]> git.marmaro.de Git - mmh/commitdiff
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 6882372e6e2e316a49a6e047225068d51860ae7a..a29bfcd87b53faf0c3750c68c40098044adad6c4 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;