From 9492daf25c9f8f8e21ad13da51157351d2c6f5d7 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 2 Jul 1997 03:14:24 +0000 Subject: [PATCH] (overlay_str_buf): Declare as unsigned char *. --- src/buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/buffer.c b/src/buffer.c index 426e830ff3b..c2159627eb5 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -2121,7 +2121,7 @@ struct sortstrlist 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; -- 2.39.2