aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--g10/mainproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/mainproc.c b/g10/mainproc.c
index aa028e91b..f44e68453 100644
--- a/g10/mainproc.c
+++ b/g10/mainproc.c
@@ -2544,7 +2544,7 @@ proc_tree (CTX c, kbnode_t node)
}
else
{
- rc = ask_for_detached_datafile (c->mfx.md, c->mfx.md2,
+ rc = ask_for_detached_datafile (c->mfx.md, NULL,
iobuf_get_real_fname (c->iobuf),
use_textmode);
}