mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-01-09 00:12:46 +00:00
added more info to uncompress error
This commit is contained in:
parent
5d1aa7ea6d
commit
4794c2e130
2 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ BinFile *DynOS_Bin_Decompress(const SysPath &aFilename) {
|
|||
uncompressRc == Z_OK,
|
||||
__FUNCTION__, aFilename.c_str(), "Cannot uncompress data"
|
||||
)) {
|
||||
Print("ERROR: uncompress RC: %d", uncompressRc);
|
||||
Print("ERROR: uncompress rc: %d, length uncompressed: %lu, length compressed: %lu, length header: %lu", uncompressRc, sLengthUncompressed, sLengthCompressed, _LengthHeader);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Reference in a new issue