svn commit: r327235 - head/usr.bin/mail

Xin LI delphij at FreeBSD.org
Wed Dec 27 05:59:49 UTC 2017


Author: delphij
Date: Wed Dec 27 05:59:47 2017
New Revision: 327235
URL: https://svnweb.freebsd.org/changeset/base/327235

Log:
  Don't initialize lastlong before assigning it.
  
  MFC after:	2 weeks

Modified:
  head/usr.bin/mail/collect.c

Modified: head/usr.bin/mail/collect.c
==============================================================================
--- head/usr.bin/mail/collect.c	Wed Dec 27 03:24:24 2017	(r327234)
+++ head/usr.bin/mail/collect.c	Wed Dec 27 05:59:47 2017	(r327235)
@@ -133,7 +133,6 @@ collect(struct header *hp, int printheaders)
 		escape = ESCAPE;
 	eofcount = 0;
 	hadintr = 0;
-	lastlong = 0;
 	longline = 0;
 
 	if (!setjmp(colljmp)) {


More information about the svn-src-head mailing list