mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 18:59:09 +00:00
Fix format string here.
This commit is contained in:
@ -82,7 +82,7 @@ plRegistryPageNode::plRegistryPageNode(const plLocation& location, const plStrin
|
|||||||
|
|
||||||
// Time to construct our actual file name. For now, we'll use the same old format
|
// Time to construct our actual file name. For now, we'll use the same old format
|
||||||
// of age_page.extension
|
// of age_page.extension
|
||||||
fPath = plString::Format("%s%x%s_District_%s.prp", dataPath.c_str(), PATH_SEPARATOR_STR, fPageInfo.GetAge().c_str(), fPageInfo.GetPage().c_str());
|
fPath = plString::Format("%s" PATH_SEPARATOR_STR "%s_District_%s.prp", dataPath.c_str(), fPageInfo.GetAge().c_str(), fPageInfo.GetPage().c_str());
|
||||||
}
|
}
|
||||||
|
|
||||||
plRegistryPageNode::~plRegistryPageNode()
|
plRegistryPageNode::~plRegistryPageNode()
|
||||||
|
Reference in New Issue
Block a user