Clarify an 'ar' error message.
This commit is contained in:
parent
5823684a8b
commit
c27e8b4cf5
@ -192,7 +192,7 @@ archive_read_format_ar_read_header(struct archive_read *a,
|
||||
/* Verify the magic signature on the file header. */
|
||||
if (strncmp(h + AR_fmag_offset, "`\n", 2) != 0) {
|
||||
archive_set_error(&a->archive, EINVAL,
|
||||
"Consistency check failed");
|
||||
"Incorrect file header signature");
|
||||
return (ARCHIVE_WARN);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user