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:
parent
f5b522981b
commit
930b08beac
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue