diff options
Diffstat (limited to '')
-rw-r--r-- | g10/plaintext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/plaintext.c b/g10/plaintext.c index 43c0c4be1..26a5cad3b 100644 --- a/g10/plaintext.c +++ b/g10/plaintext.c @@ -56,7 +56,7 @@ handle_plaintext( PKT_plaintext *pt, md_filter_context_t *mfx, static off_t count=0; int rc = 0; int c; - int convert = pt->mode == 't'; + int convert = (pt->mode == 't' || pt->mode == 'u'); #ifdef __riscos__ int filetype = 0xfff; #endif |