Initialized local "in" to suppress gcc warning about possible uninitialized use.
authorDavid Levine <levinedl@acm.org>
Sat, 18 Feb 2012 01:10:08 +0000 (19:10 -0600)
committerDavid Levine <levinedl@acm.org>
Sat, 18 Feb 2012 01:10:08 +0000 (19:10 -0600)
uip/comp.c

index 6882372..a29bfcd 100644 (file)
@@ -72,7 +72,7 @@ int
 main (int argc, char **argv)
 {
     int use = NOUSE, nedit = 0, nwhat = 0;
-    int i, in, isdf = 0, out, dat[5], ncomps, format_len;
+    int i, in = NOTOK, isdf = 0, out, dat[5], ncomps, format_len;
     int outputlinelen = OUTPUTLINELEN;
     char *cp, *cwd, *maildir, *dfolder = NULL;
     char *ed = NULL, *file = NULL, *form = NULL;