summaryrefslogtreecommitdiffstats
path: root/encoder_base.c
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2025-01-18 06:19:30 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2025-01-18 06:19:30 +0000
commitdf83d9d834c31b31b469f71cbdd9d5b98e595697 (patch)
tree3f43285c99633e5cf66adb46f9a7061f955bf86a /encoder_base.c
parentReleasing debian version 1.15~rc1-1. (diff)
downloadclzip-df83d9d834c31b31b469f71cbdd9d5b98e595697.tar.xz
clzip-df83d9d834c31b31b469f71cbdd9d5b98e595697.zip
Merging upstream version 1.15.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--encoder_base.c4
1 files changed, 2 insertions, 2 deletions
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 );