mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Fix rename fail
This commit is contained in:
@ -79,7 +79,7 @@ plKeyImp* plRegistryKeyList::FindKey(const plUoid& uoid) const
|
|||||||
if (objectID <= fKeys.size())
|
if (objectID <= fKeys.size())
|
||||||
{
|
{
|
||||||
#ifdef PLASMA_EXTERNAL_RELEASE
|
#ifdef PLASMA_EXTERNAL_RELEASE
|
||||||
return fStaticKeys[objectID-1];
|
return fKeys[objectID-1];
|
||||||
#else
|
#else
|
||||||
// If this is an internal release, our objectIDs might not match
|
// If this is an internal release, our objectIDs might not match
|
||||||
// because of local data. Verify that we have the right key by
|
// because of local data. Verify that we have the right key by
|
||||||
|
Reference in New Issue
Block a user