1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-29 05:21:00 +01:00

47784: silence a compiler waring from pattern.c

This commit is contained in:
Felipe Contreras 2021-04-04 14:48:01 +09:00 committed by Jun-ichi Takimoto
parent 7a81e6344f
commit 94b5446838
2 changed files with 4 additions and 1 deletions

View file

@ -1250,7 +1250,7 @@ patcomppiece(int *flagp, int paren)
int hash, count;
union upat up;
char *nptr, *str0, *ptr, *patprev;
zrange_t from, to;
zrange_t from = 0, to;
char *charstart;
flags = 0;