(IT_write_glyphs): Convert cbp to unsigned char *.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* msdos.c (IT_write_glyphs): Convert cbp to unsigned char *.
|
||||
|
||||
2000-08-16 Kenichi Handa <handa@etl.go.jp>
|
||||
|
||||
The following changes are mainly to fix bugs of
|
||||
|
||||
@@ -1056,7 +1056,7 @@ IT_write_glyphs (struct glyph *str, int str_len)
|
||||
terminal_coding with Vdos_unsupported_char_glyph. */
|
||||
if (*conversion_buffer == '?')
|
||||
{
|
||||
char *cbp = conversion_buffer;
|
||||
unsigned char *cbp = conversion_buffer;
|
||||
|
||||
while (cbp < conversion_buffer + enclen && *cbp == '?')
|
||||
*cbp++ = unsupported_char;
|
||||
|
||||
Reference in New Issue
Block a user