From df83d9d834c31b31b469f71cbdd9d5b98e595697 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 18 Jan 2025 07:19:30 +0100 Subject: Merging upstream version 1.15. Signed-off-by: Daniel Baumann --- encoder_base.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'encoder_base.c') diff --git a/encoder_base.c b/encoder_base.c index cfa14d5..0d64cb4 100644 --- a/encoder_base.c +++ b/encoder_base.c @@ -1,5 +1,5 @@ /* Clzip - LZMA lossless data compressor - Copyright (C) 2010-2024 Antonio Diaz Diaz. + Copyright (C) 2010-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 @@ -153,7 +153,7 @@ void Re_flush_data( Range_encoder * const renc ) { if( renc->outfd >= 0 && writeblock( renc->outfd, renc->buffer, renc->pos ) != renc->pos ) - { show_error( write_error_msg, errno, false ); cleanup_and_fail( 1 ); } + { show_error( wr_err_msg, errno, false ); cleanup_and_fail( 1 ); } renc->partial_member_pos += renc->pos; renc->pos = 0; show_cprogress( 0, 0, 0, 0 ); -- cgit v1.2.3