mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-02 11:50:48 -08:00
(w32con_write_glyphs): Fix previous change.
This commit is contained in:
parent
4e38e23f63
commit
56cc8ca9b6
1 changed files with 1 additions and 1 deletions
|
|
@ -349,7 +349,7 @@ w32con_write_glyphs (register struct glyph *string, register int len)
|
|||
}
|
||||
|
||||
/* Write the characters. */
|
||||
if (!WriteConsoleOutputCharacter (cur_screen, terminal_encode_buffer,
|
||||
if (!WriteConsoleOutputCharacter (cur_screen, conversion_buffer,
|
||||
coding->produced, cursor_coords,
|
||||
&r))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue