From: Thomas Roessler Date: Mon, 31 Aug 1998 16:46:29 +0000 (+0000) Subject: Fix a small problem with Liviu's attach_fcc patch. X-Git-Tag: mutt-0-94-5i-rel~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3ac7f58bcd7577b0b576d0dcf91579523244961;p=mutt Fix a small problem with Liviu's attach_fcc patch. --- diff --git a/send.c b/send.c index 5109f7cf..1ed96721 100644 --- a/send.c +++ b/send.c @@ -1218,7 +1218,7 @@ main_loop: /* save a copy of the message, if necessary. */ mutt_expand_path (fcc, sizeof (fcc)); - if (strcmp ("/dev/null", fcc) != 0) + if (*fcc && strcmp ("/dev/null", fcc) != 0) { BODY *tmpbody = msg->content; #ifdef _PGPPATH