From c07a88da5d293db89726767fef58090177b423f4 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 14 Sep 1998 15:49:56 +0000 Subject: New release --- g10/plaintext.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'g10/plaintext.c') diff --git a/g10/plaintext.c b/g10/plaintext.c index 914be8f20..6d1c8796f 100644 --- a/g10/plaintext.c +++ b/g10/plaintext.c @@ -137,7 +137,7 @@ handle_plaintext( PKT_plaintext *pt, md_filter_context_t *mfx, else md_putc(mfx->md, c ); } - if( convert && c == '\r' ) + if( convert && !clearsig && c == '\r' ) continue; /* fixme: this hack might be too simple */ if( fp ) { if( putc( c, fp ) == EOF ) { @@ -157,7 +157,7 @@ handle_plaintext( PKT_plaintext *pt, md_filter_context_t *mfx, else md_putc(mfx->md, c ); } - if( convert && c == '\r' ) + if( convert && !clearsig && c == '\r' ) continue; /* fixme: this hack might be too simple */ if( fp ) { if( putc( c, fp ) == EOF ) { -- cgit v1.2.3