]> granicus.if.org Git - nethack/commitdiff
comment bit (trunk only)
authornethack.allison <nethack.allison>
Sun, 22 Oct 2006 18:22:04 +0000 (18:22 +0000)
committernethack.allison <nethack.allison>
Sun, 22 Oct 2006 18:22:04 +0000 (18:22 +0000)
A comment needed updating following Pat's patch.

win/tty/topl.c

index b69a258c2c74d608ba8536326077338313c0b5e1..f4889b8c18e9a3c1f45911b66ea8ebde34d51912 100644 (file)
@@ -559,7 +559,7 @@ char def;
        if (q != '#') {
                Sprintf(rtmp, "%c", q);
 #ifdef UNICODE_WIDEWINPORT
-               nhwstrcpy(wprompt, rtmp);   /* rtmp[40] -> wprompt[128] ok */
+               nhwstrcpy(wprompt, rtmp);   /* rtmp[40] -> wprompt[256] ok */
                addtopl(wprompt);
 #else
                addtopl(rtmp);