aboutsummaryrefslogtreecommitdiffstats
path: root/src/msdos.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/msdos.c')
-rw-r--r--src/msdos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msdos.c b/src/msdos.c
index 180e8a42683..a1113cc4d4c 100644
--- a/src/msdos.c
+++ b/src/msdos.c
@@ -1056,7 +1056,7 @@ IT_write_glyphs (struct glyph *str, int str_len)
1056 terminal_coding with Vdos_unsupported_char_glyph. */ 1056 terminal_coding with Vdos_unsupported_char_glyph. */
1057 if (*conversion_buffer == '?') 1057 if (*conversion_buffer == '?')
1058 { 1058 {
1059 char *cbp = conversion_buffer; 1059 unsigned char *cbp = conversion_buffer;
1060 1060
1061 while (cbp < conversion_buffer + enclen && *cbp == '?') 1061 while (cbp < conversion_buffer + enclen && *cbp == '?')
1062 *cbp++ = unsupported_char; 1062 *cbp++ = unsupported_char;