mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-22 22:15:32 +00:00
attempt to make CI happy
This commit is contained in:
@@ -513,7 +513,7 @@ void ConsoleSaveFileSplit::_init(const std::wstring& fileName, void* pvSaveData,
|
||||
|
||||
if (Compression::getCompression()->Decompress(
|
||||
buf, &decompSize, (unsigned char*)pvSaveMem + 8,
|
||||
fileSize - 8) == S_OK) {
|
||||
fileSize - 8) == 0) {
|
||||
// Only ReAlloc if we need to (we might already have enough)
|
||||
// and align to 512 byte boundaries
|
||||
unsigned int currentHeapSize =
|
||||
|
||||
Reference in New Issue
Block a user