From fb5a1bc4dce28016a61eb11033bfb9a23ea74b5e Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 6 Dec 1999 10:26:22 +0000 Subject: zsh-workers/8910 --- Src/exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/exec.c') diff --git a/Src/exec.c b/Src/exec.c index cda229c3a..e8cb3fa8e 100644 --- a/Src/exec.c +++ b/Src/exec.c @@ -3073,7 +3073,7 @@ runshfunc(List list, FuncWrap wrap, char *name) if (!wrap->module->wrapper && (wrap->module->flags & MOD_UNLOAD)) - unload_module(wrap->module, NULL, 0); + unload_module(wrap->module, NULL); if (!cont) return; -- cgit 1.4.1