comment bit (trunk only)

A comment needed updating following Pat's patch.
This commit is contained in:
nethack.allison
2006-10-22 18:22:04 +00:00
parent 239039499e
commit 3cc5a682c9

View 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);