1
Fork 0
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:
Kenichi Handa 2004-12-11 02:29:07 +00:00
parent 4e38e23f63
commit 56cc8ca9b6

View file

@ -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))
{