changeset 4574:503af6aa135b

(verify_overlay_modification): initialize endpos.
author Richard M. Stallman <rms@gnu.org>
date Wed, 11 Aug 1993 21:08:13 +0000
parents 5a2c0c38a0a1
children bf0f07186369
files src/buffer.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.c	Wed Aug 11 21:01:20 1993 +0000
+++ b/src/buffer.c	Wed Aug 11 21:08:13 1993 +0000
@@ -1946,6 +1946,7 @@
       ostart = OVERLAY_START (overlay);
       oend = OVERLAY_END (overlay);
       startpos = OVERLAY_POSITION (ostart);
+      endpos = OVERLAY_POSITION (oend);
       if (XFASTINT (end) < startpos)
 	break;
       if (XFASTINT (end) == startpos && insertion)