1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-17 10:52:46 +00:00

Some fixes for compiler errors found on GCC/Linux

This commit is contained in:
2015-06-07 03:24:51 -07:00
parent 974b971b56
commit 00be10cdbf
3 changed files with 4 additions and 1 deletions

View File

@ -544,7 +544,7 @@ PF_CONSOLE_CMD( Net, // groupName
"returns the age of the age" ) // helpString
{
PrintStringF(PrintString, "Current age is %s, elapsed time since birth = %f secs",
NetCommGetAge()->ageDatasetName, plNetClientMgr::GetInstance()->GetCurrentAgeElapsedSeconds());
NetCommGetAge()->ageDatasetName.c_str(), plNetClientMgr::GetInstance()->GetCurrentAgeElapsedSeconds());
}
PF_CONSOLE_CMD( Net, DownloadViaManifest,