Skip to content

Commit

Permalink
Update src/read/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Craig <philipjcraig@gmail.com>
  • Loading branch information
marxin and philipc authored Aug 27, 2024
1 parent 0ca1297 commit 66b2dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/read/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ impl<'data> CompressedData<'data> {
}
if size != decompressed.len() {
return Err(Error(
"Uncompressed size does not match the uncompressed size declared in the compression header",
"Uncompressed data size does not match compression header",
));
}

Expand Down

0 comments on commit 66b2dcf

Please sign in to comment.