diff options
Diffstat (limited to '')
-rw-r--r-- | g10/openfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/openfile.c b/g10/openfile.c index 1a840f19c..4b7331dcd 100644 --- a/g10/openfile.c +++ b/g10/openfile.c @@ -87,7 +87,7 @@ open_outfile( const char *iname ) IOBUF a = NULL; int rc; - if( (!iname && !opt.outfile) || opt.outfile_is_stdout ) { + if( !iname && !opt.outfile ) { if( !(a = iobuf_create(NULL)) ) log_error("can't open [stdout]: %s\n", strerror(errno) ); else if( opt.verbose ) |