aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1996-09-19 04:25:49 +0000
committerRichard M. Stallman <[email protected]>1996-09-19 04:25:49 +0000
commitb4222ffacb5e8e101353c09ebba97022a8fdec1b (patch)
treed82579b5719b1962171689ac8e6c79d3f5aa99da
parentcbcf50d2c2d65a55396ab0fc1501588738ccd31c (diff)
(display_text_line): Declare ovstr as unsigned char *.
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index ab25dc67eb..48f575cb22 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -2670,7 +2670,7 @@ display_text_line (w, start, vpos, hpos, taboffset)
if (pos < ZV || !zv_strings_seen++)
{
int ovlen;
- char *ovstr;
+ unsigned char *ovstr;
ovlen = overlay_strings (pos, w, &ovstr);
for (; ovlen; ovlen--, ovstr++)
{