From 6315902f46f0787e9d5485ee3f45376a492d6028 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Mon, 31 Aug 1998 16:46:29 +0000 Subject: [PATCH] Fix a small problem with Liviu's attach_fcc patch. --- send.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/send.c b/send.c index 5109f7cfe..1ed96721f 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 -- 2.40.0