decompress_unxz: use common string

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2010-06-21 02:16:51 +02:00
parent ba73cfd284
commit d2b738a6d2

View File

@ -92,7 +92,7 @@ unpack_xz_stream(int src_fd, int dst_fd)
break;
}
if (r != XZ_OK && r != XZ_UNSUPPORTED_CHECK) {
bb_error_msg("corrupted or unsupported data");
bb_error_msg("corrupted data");
total = -1;
break;
}