mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Deprecate and remove xtl::format in favor of plString::Format
This commit is contained in:
@ -168,7 +168,7 @@ void plRegistryPageNode::LoadKeys()
|
||||
hsStream* stream = OpenStream();
|
||||
if (!stream)
|
||||
{
|
||||
hsAssert(0, xtl::format("plRegistryPageNode::LoadKeysFromSource - bad stream %s,%s",
|
||||
hsAssert(0, plString::Format("plRegistryPageNode::LoadKeysFromSource - bad stream %s,%s",
|
||||
GetPageInfo().GetAge(), GetPageInfo().GetPage()).c_str());
|
||||
return;
|
||||
}
|
||||
|
@ -1192,7 +1192,7 @@ void plResManager::PageInRoom(const plLocation& page, uint16_t objClassToRef, pl
|
||||
|
||||
kResMgrLog(1, ILog(1, "...IGNORING pageIn request; verification failed! (%s)", condStr.c_str()));
|
||||
|
||||
std::string msg = xtl::format("Data Problem: Age:%s Page:%s Error:%s",
|
||||
plString msg = plString::Format("Data Problem: Age:%s Page:%s Error:%s",
|
||||
pageNode->GetPageInfo().GetAge(), pageNode->GetPageInfo().GetPage(), condStr.c_str());
|
||||
hsMessageBox(msg.c_str(), "Error", hsMessageBoxNormal, hsMessageBoxIconError);
|
||||
|
||||
|
Reference in New Issue
Block a user