changeset 90065:c26eb15cd14a

(w32con_write_glyphs): Fix previous change.
author Kenichi Handa <handa@m17n.org>
date Sat, 11 Dec 2004 02:29:07 +0000
parents ab2dd65dad92
children fb79180b618d
files src/w32console.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32console.c	Sat Dec 11 02:15:39 2004 +0000
+++ b/src/w32console.c	Sat Dec 11 02:29:07 2004 +0000
@@ -349,7 +349,7 @@
 	    }
 
 	  /* Write the characters.  */
-	  if (!WriteConsoleOutputCharacter (cur_screen, terminal_encode_buffer,
+	  if (!WriteConsoleOutputCharacter (cur_screen, conversion_buffer,
 					    coding->produced, cursor_coords,
 					    &r))
 	    {