Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5e30eaa2
Commit
5e30eaa2
authored
Aug 16, 2000
by
Eli Zaretskii
Browse files
(IT_write_glyphs): Convert cbp to unsigned char *.
parent
04231ab8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/msdos.c
src/msdos.c
+1
-1
No files found.
src/ChangeLog
View file @
5e30eaa2
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
...
...
src/msdos.c
View file @
5e30eaa2
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment