Skip to content

Commit

Permalink
Update LocatorAPI.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
xrSimpodin committed Apr 1, 2022
1 parent 6089b9a commit d4f0562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ogsr_engine/xrCore/LocatorAPI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ static IReader* open_chunk(void* ptr, const u32 ID, const char* archiveName, con
result = _decompressLZ(&dest, &dest_sz, src_data, dwSize, archiveSize);
}

ASSERT_FMT(result, "[%s] Can't decompress archive [%s]", __FUNCTION__, archiveName);
CHECK_OR_EXIT(result, make_string("[%s] Can't decompress archive [%s]", __FUNCTION__, archiveName));

xr_free (src_data);
return xr_new<CTempReader>(dest,dest_sz,0);
Expand Down

0 comments on commit d4f0562

Please sign in to comment.