aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
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)
2670 if (pos < ZV || !zv_strings_seen++) 2670 if (pos < ZV || !zv_strings_seen++)
2671 { 2671 {
2672 int ovlen; 2672 int ovlen;
2673 char *ovstr; 2673 unsigned char *ovstr;
2674 ovlen = overlay_strings (pos, w, &ovstr); 2674 ovlen = overlay_strings (pos, w, &ovstr);
2675 for (; ovlen; ovlen--, ovstr++) 2675 for (; ovlen; ovlen--, ovstr++)
2676 { 2676 {