mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 10:37:41 -04:00
fix plResBrowser crash on file open
This commit is contained in:
@ -129,7 +129,7 @@ class plResDlgLoader : public plRegistryPageIterator, public plRegistryKeyIterat
|
||||
|
||||
fCurrPage = page;
|
||||
const plPageInfo &info = page->GetPageInfo();
|
||||
sprintf( str, "%s->%s->%s", info.GetAge(), info.GetPage() );
|
||||
sprintf( str, "%s->%s", info.GetAge(), info.GetPage() );
|
||||
fCurrItem = AddLeaf( fTree, NULL, str, new plKeyInfo( nil, fCurrPage ) );
|
||||
|
||||
fCurrType = (UInt16)-1;
|
||||
|
Reference in New Issue
Block a user