On Mon, Sep 21, 2015 at 02:13:47PM -0400, Derek Schrock wrote: > + case 'r': > + buf2[0] = 0; > + rfc822_write_address(buf2, sizeof(buf2), hdr->env->to, 1); > + if(optional && buf2[0] == NULL)
I changed this to
if(optional && buf2[0] == '\0')
for consistency and to eliminate a gcc warning. Otherwise the patch
seems to work fine.
--
Kevin J. McCarthy
GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA
http://www.8t8.us/configs/gpg-key-transition-statement.txt
signature.asc
Description: PGP signature
