changeset 18526:e0d1b341124c

(overlay_str_buf): Declare as unsigned char *.
author Richard M. Stallman <rms@gnu.org>
date Wed, 02 Jul 1997 03:14:24 +0000
parents 92d4f44969c6
children bb491744ccd7
files src/buffer.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.c	Wed Jul 02 02:59:01 1997 +0000
+++ b/src/buffer.c	Wed Jul 02 03:14:24 1997 +0000
@@ -2121,7 +2121,7 @@
    it's more efficient to hold onto the memory instead of repeatedly
    allocating and freeing it.  */
 static struct sortstrlist overlay_heads, overlay_tails;
-static char *overlay_str_buf;
+static unsigned char *overlay_str_buf;
 
 /* Allocated length of overlay_str_buf.  */
 static int overlay_str_len;