]> git.pond.sub.org Git - empserver/commit
(main) [_WIN32]: Windows putchar() screws up when printing multibyte
authorRon Koenderink <rkoenderink@yahoo.ca>
Thu, 30 Jun 2005 16:10:42 +0000 (16:10 +0000)
committerRon Koenderink <rkoenderink@yahoo.ca>
Thu, 30 Jun 2005 16:10:42 +0000 (16:10 +0000)
commitdfe767e7e02949cbde804915fbb857cd8a27b18f
treed7fc4fef8a865a6daa7f902dd5bb54a4bb0563b3
parentb239d6e3b1f643fd5b734486636d55efb4cb69b1
(main) [_WIN32]: Windows putchar() screws up when printing multibyte
strings bytewise unless the stream is buffered.  Switch stdout to
line-buffered mode.
(login): Explicitly flush stdout, because Windows doesn't implement
line-buffering faithfully.
src/client/login.c
src/client/main.c