1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-06-18 21:38:03 +02:00

zsh-workers:6197

This commit is contained in:
Tanaka Akira 1999-05-04 21:24:21 +00:00
parent f5b522981b
commit 930b08beac

View file

@ -4378,7 +4378,7 @@ callcompfunc(char *s, char *fn)
PERMALLOC {
q = compwords = (char **)
zalloc((clwnum - aadd + 1) * sizeof(char *));
zalloc((clwnum + 1) * sizeof(char *));
for (p = clwords + aadd; *p; p++, q++) {
tmp = dupstring(*p);
untokenize(tmp);