projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e107aac
)
Initialized local "in" to suppress gcc warning about possible uninitialized use.
author
David Levine
<levinedl@acm.org>
Sat, 18 Feb 2012 01:10:08 +0000
(19:10 -0600)
committer
David Levine
<levinedl@acm.org>
Sat, 18 Feb 2012 01:10:08 +0000
(19:10 -0600)
uip/comp.c
patch
|
blob
|
history
diff --git
a/uip/comp.c
b/uip/comp.c
index
6882372
..
a29bfcd
100644
(file)
--- a/
uip/comp.c
+++ b/
uip/comp.c
@@
-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;