summaryrefslogtreecommitdiffstats
path: root/list.cc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--list.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/list.cc b/list.cc
index 6047232..15cdb80 100644
--- a/list.cc
+++ b/list.cc
@@ -1,5 +1,5 @@
/* Plzip - Massively parallel implementation of lzip
- Copyright (C) 2009-2024 Antonio Diaz Diaz.
+ Copyright (C) 2009-2025 Antonio Diaz Diaz.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -117,7 +117,7 @@ int list_files( const std::vector< std::string > & filenames,
std::fflush( stdout );
}
if( verbosity >= 0 && ( std::ferror( stdout ) || std::fclose( stdout ) != 0 ) )
- { show_file_error( "(stdout)", write_error_msg, errno );
+ { show_file_error( "(stdout)", wr_err_msg, errno );
set_retval( retval, 1 ); }
return retval;
}