From: Richard M. Stallman Date: Thu, 19 Sep 1996 04:25:49 +0000 (+0000) Subject: (display_text_line): Declare ovstr as unsigned char *. X-Git-Tag: emacs-20.1~3699 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b4222ffacb5e8e101353c09ebba97022a8fdec1b;p=emacs.git (display_text_line): Declare ovstr as unsigned char *. --- diff --git a/src/xdisp.c b/src/xdisp.c index ab25dc67ebd..48f575cb222 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++) {