aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)
349 } 349 }
350 350
351 /* Write the characters. */ 351 /* Write the characters. */
352 if (!WriteConsoleOutputCharacter (cur_screen, terminal_encode_buffer, 352 if (!WriteConsoleOutputCharacter (cur_screen, conversion_buffer,
353 coding->produced, cursor_coords, 353 coding->produced, cursor_coords,
354 &r)) 354 &r))
355 { 355 {