Browse Source

Missed one of these

(cherry picked from commit 7b48da6cb2)
rarified/huru-merge-work/code-cleanup
Zrax 13 years ago committed by rarified
parent
commit
bd74de2226
  1. 2
      Sources/Plasma/PubUtilLib/plStatGather/plProfileManagerFull.cpp

2
Sources/Plasma/PubUtilLib/plStatGather/plProfileManagerFull.cpp

@ -460,7 +460,7 @@ const wchar* plProfileManagerFull::GetProfilePath()
void plProfileManagerFull::ILogStats()
{
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);

Loading…
Cancel
Save