diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2025-01-14 10:07:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2025-01-14 10:07:23 +0000 |
commit | 6dfefd5ef7a4101ac9baa6add4ef6d3b3f7a22ec (patch) | |
tree | 74a10d66b5b6db789df8ff720f7bb4e425d29194 /lunzcrash.cc | |
parent | Adding upstream version 1.25~rc1. (diff) | |
download | lziprecover-upstream.tar.xz lziprecover-upstream.zip |
Adding upstream version 1.25.upstream/1.25upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | lunzcrash.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lunzcrash.cc b/lunzcrash.cc index 25d7c39..cf1c5ae 100644 --- a/lunzcrash.cc +++ b/lunzcrash.cc @@ -1,5 +1,5 @@ /* Lziprecover - Data recovery tool for the lzip format - 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 @@ -378,7 +378,7 @@ int md5sum_files( const std::vector< std::string > & filenames ) if( std::ferror( stdout ) ) break; } 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; } |