From 24520730a669502ab74c46d9ff90c043f0903f3d Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Tue, 30 May 2000 10:54:22 +0000 Subject: bogus uninitialised variable warning --- Src/Zle/computil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/Zle/computil.c b/Src/Zle/computil.c index 1a98528df..d6bc35a39 100644 --- a/Src/Zle/computil.c +++ b/Src/Zle/computil.c @@ -1224,7 +1224,7 @@ static int ca_parse_line(Cadef d, int multi, int first) { Caarg adef, ddef; - Caopt ptr, wasopt, dopt; + Caopt ptr, wasopt = NULL, dopt; struct castate state; char *line, *pe, **argxor = NULL; int cur, doff, argend, arglast; -- cgit 1.4.1