From ad9c7348b59fe131ef2771e720e6ac1ca60874fc Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 26 May 2000 09:47:27 +0000 Subject: 11587: Felix Rosencrantz: Src/pattern.c: uninitialised variable 11590: various cygwin fixes --- Src/pattern.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/pattern.c') diff --git a/Src/pattern.c b/Src/pattern.c index d0241dd12..1ebcfd401 100644 --- a/Src/pattern.c +++ b/Src/pattern.c @@ -631,7 +631,7 @@ static long patcompbranch(int *flagp) { long chain, latest, starter; - int flags; + int flags = 0; *flagp = P_PURESTR; -- cgit 1.4.1