summaryrefslogtreecommitdiff
path: root/src/w32console.c
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2004-12-11 02:29:07 +0000
committerKenichi Handa <handa@m17n.org>2004-12-11 02:29:07 +0000
commit56cc8ca9b68886dc4aae4c8ef44ad5e62b59db49 (patch)
tree067e4533a73e27e060be92035853bfdb079535c7 /src/w32console.c
parent4e38e23f636a97598dcfeac0175eeaeb3b209e36 (diff)
downloademacs-56cc8ca9b68886dc4aae4c8ef44ad5e62b59db49.tar.gz
(w32con_write_glyphs): Fix previous change.
Diffstat (limited to 'src/w32console.c')
-rw-r--r--src/w32console.c2
1 files changed, 1 insertions, 1 deletions
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))
{