From: Tobias Stoeckmann Date: Wed, 18 Mar 2026 08:19:15 +0000 (+0100) Subject: rar5: Remove "Error: " prefix from error message X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7632c6fcf4c6cd020ebda53f0f62e13a35adea81;p=thirdparty%2Flibarchive.git rar5: Remove "Error: " prefix from error message Unifies style with other error messages. Signed-off-by: Tobias Stoeckmann --- diff --git a/libarchive/archive_read_support_format_rar5.c b/libarchive/archive_read_support_format_rar5.c index 35769c6b9..63dd97b30 100644 --- a/libarchive/archive_read_support_format_rar5.c +++ b/libarchive/archive_read_support_format_rar5.c @@ -3808,7 +3808,7 @@ static int push_data_ready(struct archive_read* a, struct rar5* rar, * as an internal error. */ archive_set_error(&a->archive, ARCHIVE_ERRNO_PROGRAMMER, - "Error: premature end of data_ready stack"); + "Premature end of data_ready stack"); return ARCHIVE_FATAL; }