mirror of
https://github.com/sheumann/hush.git
synced 2024-11-04 14:05:24 +00:00
decompress_unxz: use common string
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
ba73cfd284
commit
d2b738a6d2
@ -92,7 +92,7 @@ unpack_xz_stream(int src_fd, int dst_fd)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (r != XZ_OK && r != XZ_UNSUPPORTED_CHECK) {
|
if (r != XZ_OK && r != XZ_UNSUPPORTED_CHECK) {
|
||||||
bb_error_msg("corrupted or unsupported data");
|
bb_error_msg("corrupted data");
|
||||||
total = -1;
|
total = -1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user