mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 02:27:40 -04:00
Convert plRegistryNode stuff to plString.
This commit is contained in:
@ -57,6 +57,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "HeadSpin.h"
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
#include "pfConsoleCore/pfConsoleEngine.h"
|
||||
|
||||
|
@ -298,7 +298,7 @@ static bool DumpSpecificMsgInfo(plMessage* msg, plString& info)
|
||||
const plPageInfo* pageInfo = plKeyFinder::Instance().GetLocationInfo(loc);
|
||||
|
||||
if (pageInfo)
|
||||
info += plString::Format("%s-%s ", pageInfo->GetAge(), pageInfo->GetPage());
|
||||
info += plString::Format("%s-%s ", pageInfo->GetAge().c_str(), pageInfo->GetPage().c_str());
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
Reference in New Issue
Block a user