1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-22 16:20:23 +02:00

Vin Shelton: 24088: error with no multibyte

This commit is contained in:
Peter Stephenson 2007-11-12 09:43:54 +00:00
parent 17cfd4455b
commit bd6f46103a
2 changed files with 6 additions and 1 deletions

View file

@ -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