mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 19:29:09 +00:00
Age Link info names => plString
This commit is contained in:
@ -5001,9 +5001,8 @@ uint8_t VaultAgeFindOrCreateChildAgeLink(
|
||||
// Still here? Try to find the Child Ages folder
|
||||
uint8_t retval = hsFail;
|
||||
if (RelVaultNode* rvnChildAges = rvnParentInfo->GetChildAgeInfoListNodeIncRef(plVault::kChildAgesFolder, 1)) {
|
||||
const char* ageName = info->GetAgeFilename();
|
||||
wchar_t hack[MAX_PATH];
|
||||
StrToUnicode(hack, ageName, arrsize(hack));
|
||||
StrToUnicode(hack, info->GetAgeFilename(), arrsize(hack));
|
||||
|
||||
// Search for our age
|
||||
NetVaultNode* temp = new NetVaultNode;
|
||||
|
Reference in New Issue
Block a user