# HG changeset patch # User Richard M. Stallman # Date 867813264 0 # Node ID e0d1b341124c76b418af3d301584cd82fe2d0e6d # Parent 92d4f44969c68f5892b52d49c3134af218db834f (overlay_str_buf): Declare as unsigned char *. diff -r 92d4f44969c6 -r e0d1b341124c src/buffer.c --- 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;