From 990818d0292e6a80e8b10fc32e6949f3278fcf84 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 16 Dec 1999 08:48:06 +0000 Subject: zsh-workers/9077 --- Src/Zle/zle_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/Zle/zle_main.c') diff --git a/Src/Zle/zle_main.c b/Src/Zle/zle_main.c index 420494a52..095a9d171 100644 --- a/Src/Zle/zle_main.c +++ b/Src/Zle/zle_main.c @@ -736,7 +736,7 @@ bin_vared(char *name, char **args, char *ops, int func) int create = 0; int type = PM_SCALAR, obreaks = breaks, haso = 0; char *p1 = NULL, *p2 = NULL; - FILE *oshout; + FILE *oshout = NULL; if (zleactive) { zwarnnam(name, "ZLE cannot be used recursively (yet)", NULL, 0); -- cgit 1.4.1