From cdf0b096898da72c0f52dda5c65a21b016b950b5 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 11 Aug 1993 21:08:13 +0000 Subject: [PATCH] (verify_overlay_modification): initialize endpos. --- src/buffer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/buffer.c b/src/buffer.c index 1b7bb6f9b75..7480d89234e 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -1946,6 +1946,7 @@ verify_overlay_modification (start, end) 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) -- 2.39.5