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)) {
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to