]> code.delx.au - gnu-emacs/commitdiff
(w32con_write_glyphs): Fix previous change.
authorKenichi Handa <handa@m17n.org>
Sat, 11 Dec 2004 02:29:07 +0000 (02:29 +0000)
committerKenichi Handa <handa@m17n.org>
Sat, 11 Dec 2004 02:29:07 +0000 (02:29 +0000)
src/w32console.c

index e16a89e52a95edd530415d19a1f47e43548c59d3..858291bea38ec3b5b982ba01986a87db378bc665 100644 (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))
            {