diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2006-11-08 10:38:05 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-11-08 10:38:05 +0000 |
commit | aba936b17cca86ee0742341f23f0f96795a23275 (patch) | |
tree | 9ddbe362d29bf5ca63ba0808e06efb7388b2e38f /Src/glob.c | |
parent | f367a90505811cf2125549e4d376c33f691bde57 (diff) | |
download | zsh-aba936b17cca86ee0742341f23f0f96795a23275.tar.gz zsh-aba936b17cca86ee0742341f23f0f96795a23275.tar.xz zsh-aba936b17cca86ee0742341f23f0f96795a23275.zip |
22981: Zvi Har'el: bad call from 22952
22980: add hook array for special functions
Diffstat (limited to 'Src/glob.c')
-rw-r--r-- | Src/glob.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/glob.c b/Src/glob.c index aa0ce1ac4..394e91d01 100644 --- a/Src/glob.c +++ b/Src/glob.c @@ -1246,7 +1246,7 @@ zglob(LinkList list, LinkNode np, int nountok) int arglen; /* Find matching delimiters */ - tt = get_strarg(s, &arglen, NULL); + tt = get_strarg(s, &arglen); if (!*tt) { zerr("missing end of name"); data = 0; |