1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-27 16:50:58 +01:00

unposted: suppress harmless warning

This commit is contained in:
Peter Stephenson 2007-12-17 18:34:25 +00:00
parent 20607774dc
commit ac33044bd2
2 changed files with 3 additions and 1 deletions

View file

@ -4653,7 +4653,7 @@ mod_export char *
getkeystring(char *s, int *len, int how, int *misc)
{
char *buf, tmp[1];
char *t, *tdest = NULL, *u = NULL, *sstart = s, *tbuf;
char *t, *tdest = NULL, *u = NULL, *sstart = s, *tbuf = NULL;
char svchar = '\0';
int meta = 0, control = 0;
int i;