# HG changeset patch # User Richard M. Stallman # Date 843107149 0 # Node ID d960549d163c2014bea3a3333205fef515c88aac # Parent 2d2356e78b9e3c133907b4119cfdd3aa22429be3 (display_text_line): Declare ovstr as unsigned char *. diff -r 2d2356e78b9e -r d960549d163c src/xdisp.c --- a/src/xdisp.c Thu Sep 19 04:25:40 1996 +0000 +++ b/src/xdisp.c Thu Sep 19 04:25:49 1996 +0000 @@ -2670,7 +2670,7 @@ if (pos < ZV || !zv_strings_seen++) { int ovlen; - char *ovstr; + unsigned char *ovstr; ovlen = overlay_strings (pos, w, &ovstr); for (; ovlen; ovlen--, ovstr++) {