OSDN Git Service

fix #42760
authorSHIRAKATA Kentaro <argrath@ub32.org>
Fri, 3 Sep 2021 11:26:13 +0000 (20:26 +0900)
committerSHIRAKATA Kentaro <argrath@ub32.org>
Fri, 3 Sep 2021 11:28:39 +0000 (20:28 +0900)
ChangeLog.j
win/tty/wintty.c

index c46c176..5932f78 100644 (file)
@@ -1,3 +1,6 @@
+       * \8e\9f\82Ì\96â\91è\82ð\8fC\90³
+         * win32/tty\82Å\81u\82 \82È\82½\82Í\92N?\81v\82É\93ú\96{\8cê\82ð\8eg\82¤\82Æ\95\8e\9a\89»\82¯ (#42760)
+
 Tue Aug 17 2021  Kentaro Shirakata  <argrath@ub32.org>
 
        * \8e\9f\82Ì\96â\91è\82ð\8fC\90³
index b0df7ac..8224c60 100644 (file)
@@ -1412,7 +1412,7 @@ tty_askname()
 */
                     (void) putchar(c);
 #else
-                (void) putchar(c);
+                (void) jputchar(c);
 #endif
 #if 0 /*JP*/
                 plname[ct++] = c;