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

Convert plRegistryNode stuff to plString.

This commit is contained in:
Darryl Pogue
2013-01-05 20:21:33 -08:00
parent b574a583f4
commit 4dd06d1e7e
21 changed files with 114 additions and 115 deletions

View File

@ -1237,7 +1237,7 @@ bool plNetClientMgr::ObjectInLocalAge(const plSynchedObject* obj) const
{
plLocation loc = obj->GetKey()->GetUoid().GetLocation();
const plPageInfo* pageInfo = plKeyFinder::Instance().GetLocationInfo(loc);
bool ret= IsLocalAge(pageInfo->GetAge());
bool ret= IsLocalAge(pageInfo->GetAge().c_str());
return ret;
}