Skip to content

Commit d4f0562

Browse files
committed
Update LocatorAPI.cpp
1 parent 6089b9a commit d4f0562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ogsr_engine/xrCore/LocatorAPI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ static IReader* open_chunk(void* ptr, const u32 ID, const char* archiveName, con
270270
result = _decompressLZ(&dest, &dest_sz, src_data, dwSize, archiveSize);
271271
}
272272

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

275275
xr_free (src_data);
276276
return xr_new<CTempReader>(dest,dest_sz,0);

0 commit comments

Comments
 (0)