From 78d1939ffd229c8c4ff303bac6d41a08b983e65e Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 21 Sep 2006 16:36:53 +0000 Subject: 22753: minor character bugs spotted on Cygwin --- Src/prompt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Src/prompt.c') diff --git a/Src/prompt.c b/Src/prompt.c index fc0c7ea47..b4b55a0ea 100644 --- a/Src/prompt.c +++ b/Src/prompt.c @@ -1130,7 +1130,8 @@ prompttrunc(int arg, int truncchar, int doprint, int endchar) * Normal text: build up a multibyte character. */ char inchar; - wchar_t cc, wcw; + wchar_t cc; + int wcw; /* * careful: string is still metafied (we -- cgit v1.2.3