Always initialize 'c'.

MFC after:	2 weeks
This commit is contained in:
Xin LI 2017-01-23 07:32:47 +00:00
parent c0d0b76655
commit 4994a9b8e0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=312664

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