1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-17 00:31:09 +02:00

zsh-workers/8050

This commit is contained in:
Tanaka Akira 1999-09-26 15:12:15 +00:00
parent 9eb28d4b41
commit 35e83bae86

View file

@ -3407,7 +3407,7 @@ getkeystring(char *s, int *len, int fromwhere, int *misc)
t++;
}
if (fromwhere == 6 && t != tmp) {
*misc = (int) tmp[0];
*misc = STOUC(tmp[0]);
return s + 1;
}
}