From 56cc8ca9b68886dc4aae4c8ef44ad5e62b59db49 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Sat, 11 Dec 2004 02:29:07 +0000 Subject: [PATCH] (w32con_write_glyphs): Fix previous change. --- src/w32console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/w32console.c b/src/w32console.c index e16a89e52a9..858291bea38 100644 --- a/src/w32console.c +++ b/src/w32console.c @@ -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)) {