mirror of
https://github.com/ksherlock/mpw.git
synced 2025-08-05 06:28:46 +00:00
fix HomeResFile stack return
This commit is contained in:
@@ -1111,6 +1111,7 @@ namespace RM
|
||||
auto iter = rhandle_map.find(theResource);
|
||||
if (iter == rhandle_map.end())
|
||||
{
|
||||
ToolReturn<2>(sp, -1);
|
||||
return SetResError(MacOS::resNotFound);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user