mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Missed one of these
This commit is contained in:
@ -444,7 +444,7 @@ const wchar* plProfileManagerFull::GetProfilePath()
|
|||||||
void plProfileManagerFull::ILogStats()
|
void plProfileManagerFull::ILogStats()
|
||||||
{
|
{
|
||||||
wchar statFilename[256];
|
wchar statFilename[256];
|
||||||
swprintf(statFilename, L"%s%s.csv", GetProfilePath(), fLogAgeName.c_str());
|
swprintf(statFilename, 256, L"%s%s.csv", GetProfilePath(), fLogAgeName.c_str());
|
||||||
|
|
||||||
bool exists = plFileUtils::FileExists(statFilename);
|
bool exists = plFileUtils::FileExists(statFilename);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user