From 0365128151213dce330455157d2d98630a8216d2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 7 Nov 2015 16:54:34 +0100 Subject: Adding upstream version 1.4. Signed-off-by: Daniel Baumann --- dec_stdout.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dec_stdout.cc') diff --git a/dec_stdout.cc b/dec_stdout.cc index 7e5a6fd..798148e 100644 --- a/dec_stdout.cc +++ b/dec_stdout.cc @@ -309,7 +309,7 @@ int dec_stdout( const int num_workers, const int infd, const int outfd, std::fprintf( stderr, "decompressed size %9llu, size %9llu. ", out_size, in_size ); - if( verbosity >= 1 ) std::fprintf( stderr, "done\n" ); + if( verbosity >= 1 ) std::fputs( "done\n", stderr ); if( debug_level & 1 ) std::fprintf( stderr, -- cgit v1.2.3