changeset 1218:90ecb04a1e52

[project @ 1995-04-08 20:41:33 by jwe]
author jwe
date Sat, 08 Apr 1995 20:41:33 +0000
parents 8ec4c0c375a2
children 8c3727b6d185
files liboctave/getopt.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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++;