From bd6f46103aacc67c3fffa9c096070a05fa3f0812 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 12 Nov 2007 09:43:54 +0000 Subject: Vin Shelton: 24088: error with no multibyte --- Src/Modules/curses.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/Modules') diff --git a/Src/Modules/curses.c b/Src/Modules/curses.c index ff6aff12c..37d5b5283 100644 --- a/Src/Modules/curses.c +++ b/Src/Modules/curses.c @@ -1331,10 +1331,10 @@ zccmd_querychar(const char *nam, char **args) Colorpairnode cpn; const struct zcurses_namenumberpair *zattrp; LinkList clist; + attr_t attrs; #if defined(HAVE_WIN_WCH) && defined(HAVE_GETCCHAR) wchar_t c; cchar_t cc; - attr_t attrs; int count; VARARR(char, instr, 2*MB_CUR_MAX+1); #else -- cgit 1.4.1