Always initialize 'c'.

MFC after:	2 weeks
This commit is contained in:
delphij 2017-01-23 07:32:47 +00:00
parent 29f0c36c1c
commit e1f8052237

View File

@ -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