mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/GabsPuNs-MinecraftConsoles.git
synced 2026-07-17 07:49:13 +00:00
Use Secure print funcs. Remove LCE File System
This commit is contained in:
@@ -817,7 +817,7 @@ wstring CPlatformNetworkManagerStub::GatherRTTStats()
|
||||
if(!pQNetPlayer->IsLocal())
|
||||
{
|
||||
ZeroMemory(stat,32*sizeof(WCHAR));
|
||||
swprintf(stat, 32, L"%d: %d/", i, pQNetPlayer->GetCurrentRtt() );
|
||||
swprintf_s(stat, 32, L"%d: %d/", i, pQNetPlayer->GetCurrentRtt() );
|
||||
stats.append(stat);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user