]> git.eshelyaron.com Git - emacs.git/commitdiff
(display_text_line): Declare ovstr as unsigned char *.
authorRichard M. Stallman <rms@gnu.org>
Thu, 19 Sep 1996 04:25:49 +0000 (04:25 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 19 Sep 1996 04:25:49 +0000 (04:25 +0000)
src/xdisp.c

index ab25dc67ebd08201a13347b906d3d8846cebac2c..48f575cb222f88cc4ce17d77ce2ad4932afe7bc7 100644 (file)
@@ -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++)
                    {