]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
rar5: Remove "Error: " prefix from error message
authorTobias Stoeckmann <tobias@stoeckmann.org>
Wed, 18 Mar 2026 08:19:15 +0000 (09:19 +0100)
committerTobias Stoeckmann <tobias@stoeckmann.org>
Wed, 18 Mar 2026 13:30:44 +0000 (14:30 +0100)
Unifies style with other error messages.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
libarchive/archive_read_support_format_rar5.c

index 35769c6b9add84c4eb8772c3380cd2fe47fcd02b..63dd97b3008a9361802e349b1ae9bf7855668c18 100644 (file)
@@ -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;
 }