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/Zle | |
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/Zle')
-rw-r--r-- | Src/Zle/zle_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Zle/zle_main.c b/Src/Zle/zle_main.c index d8cbcb645..21ee8a4ed 100644 --- a/Src/Zle/zle_main.c +++ b/Src/Zle/zle_main.c @@ -716,7 +716,7 @@ raw_getbyte(int do_keytmout, char *cptr) # endif - callhookfunc(lwatch_funcs[i], funcargs); + callhookfunc(lwatch_funcs[i], funcargs, 0); if (errflag) { /* No sensible way of handling errors here */ errflag = 0; |