mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/GabsPuNs-MinecraftConsoles.git
synced 2026-06-29 12:15:57 +00:00
Use Secure print funcs. Remove LCE File System
This commit is contained in:
@@ -168,7 +168,7 @@ void NbtSlotFile::replaceSlot(int slot, vector<CompoundTag *> *tags)
|
||||
wchar_t buf[256];
|
||||
largest = compressed.length;
|
||||
#ifndef _CONTENT_PACKAGE
|
||||
swprintf(buf, 256, L"New largest: %I64d (%ls)\n",largest,tag->getString(L"id").c_str() );
|
||||
swprintf_s(buf, 256, L"New largest: %I64d (%ls)\n",largest,tag->getString(L"id").c_str() );
|
||||
OutputDebugStringW(buf);
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user