From 108e0b3c153adc852b07725cbe547f51ae08f436 Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Wed, 21 Nov 2007 00:30:10 +0100 Subject: [PATCH] wwops Signed-off-by: Pierre Habouzit --- recvattach.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recvattach.c b/recvattach.c index f4ab2a3..ff47923 100644 --- a/recvattach.c +++ b/recvattach.c @@ -483,7 +483,7 @@ mutt_query_pipe_attachment(char *command, FILE * fp, BODY * body, int afilter) _("WARNING! You are about to overwrite %s, continue?"), body->filename); if (mutt_yesorno (warning, M_NO) != M_YES) - return + return; tempfd = m_tempfd(tfile, sizeof(tfile), NONULL(mod_core.tmpdir), NULL); } -- 2.20.1