Don't initialize lastlong before assigning it.

MFC after:	2 weeks
This commit is contained in:
delphij 2017-12-27 05:59:47 +00:00
parent a2cad14ef1
commit 4999d25b1f

View File

@ -133,7 +133,6 @@ collect(struct header *hp, int printheaders)
escape = ESCAPE;
eofcount = 0;
hadintr = 0;
lastlong = 0;
longline = 0;
if (!setjmp(colljmp)) {