Use Secure print funcs. Remove LCE File System

This commit is contained in:
GabsPuNs
2026-04-14 03:44:00 -04:00
parent 40d48948ff
commit 76ee5fa8d8
86 changed files with 286 additions and 293 deletions

View File

@@ -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
}