diff options
Diffstat (limited to 'Src')
-rw-r--r-- | Src/Zle/computil.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |