Always initialize 'c'.
MFC after: 2 weeks
This commit is contained in:
parent
29f0c36c1c
commit
e1f8052237
@ -59,7 +59,7 @@ sendmessage(struct message *mp, FILE *obuf, struct ignoretab *doign,
|
||||
FILE *ibuf;
|
||||
char *cp, *cp2, line[LINESIZE];
|
||||
int ishead, infld, ignoring, dostat, firstline;
|
||||
int c, length, prefixlen;
|
||||
int c = 0, length, prefixlen;
|
||||
|
||||
/*
|
||||
* Compute the prefix string, without trailing whitespace
|
||||
|
Loading…
Reference in New Issue
Block a user