# HG changeset patch # User jwe # Date 797373693 0 # Node ID 90ecb04a1e52a56ad392e975a418e62b0d0cf27c # Parent 8ec4c0c375a2114868e401cf26cab954c5f3a558 [project @ 1995-04-08 20:41:33 by jwe] diff -r 8ec4c0c375a2 -r 90ecb04a1e52 liboctave/getopt.c --- a/liboctave/getopt.c Fri Apr 07 21:00:24 1995 +0000 +++ b/liboctave/getopt.c Sat Apr 08 20:41:33 1995 +0000 @@ -444,7 +444,7 @@ int exact = 0; int ambig = 0; const struct option *pfound = NULL; - int indfound; + int indfound = 0; while (*s && *s != '=') s++;