From 3cc5a682c9618a83d11443dd763ce9084f912c26 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Sun, 22 Oct 2006 18:22:04 +0000 Subject: [PATCH] comment bit (trunk only) A comment needed updating following Pat's patch. --- win/tty/topl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/tty/topl.c b/win/tty/topl.c index b69a258c2..f4889b8c1 100644 --- a/win/tty/topl.c +++ b/win/tty/topl.c @@ -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);