summaryrefslogtreecommitdiff
path: root/Src/Zle/compmatch.c
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2016-12-11 20:55:27 +0100
committerAxel Beckert <abe@deuxchevaux.org>2016-12-11 20:55:27 +0100
commitc1019fed7d77e42e8420f0619efe394496f49c6e (patch)
tree75fbcf10ba615cbe74d18a602d80e8d620cd4ae2 /Src/Zle/compmatch.c
parentdced4be6e626962a8813017a15e9ddb2554ca19e (diff)
parent4cfdbdb877fe056f71eba8514180c2007443ee94 (diff)
downloadzsh-c1019fed7d77e42e8420f0619efe394496f49c6e.tar.gz
zsh-c1019fed7d77e42e8420f0619efe394496f49c6e.zip
Merge tag 'zsh-5.3' into debian
Release 5.3 of zsh
Diffstat (limited to 'Src/Zle/compmatch.c')
-rw-r--r--Src/Zle/compmatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Zle/compmatch.c b/Src/Zle/compmatch.c
index f82f00e1d..aedf463fc 100644
--- a/Src/Zle/compmatch.c
+++ b/Src/Zle/compmatch.c
@@ -674,7 +674,7 @@ match_str(char *l, char *w, Brinfo *bpp, int bc, int *rwlp,
*
* operation. Similar to savw.
*/
- char savl;
+ char savl = 0;
/*
* The anchor on this end.
*/