diff options
Diffstat (limited to 'g10/sign.c')
-rw-r--r-- | g10/sign.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/sign.c b/g10/sign.c index afc1dafc1..a74ee867e 100644 --- a/g10/sign.c +++ b/g10/sign.c @@ -548,7 +548,7 @@ clearsign_file( const char *fname, STRLIST locusr, const char *outfile ) } /*md_start_debug( textmd, "sign" );*/ copy_clearsig_text( out, inp, textmd, - !opt.not_dash_escaped, opt.escape_from ); + !opt.not_dash_escaped, opt.escape_from, old_style ); /* fixme: check for read errors */ /* now write the armor */ |