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:
parent
20607774dc
commit
ac33044bd2
2 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue