mirror of
https://github.com/jorio/Pomme.git
synced 2025-08-14 20:27:29 +00:00
Fix NewHandleSysClear implementation
This commit is contained in:
@@ -66,7 +66,7 @@ Handle NewHandleSys(Size s)
|
||||
|
||||
Handle NewHandleSysClear(Size s)
|
||||
{
|
||||
return NewHandleSysClear(s);
|
||||
return NewHandleClear(s);
|
||||
}
|
||||
|
||||
Handle TempNewHandle(Size s, OSErr* err)
|
||||
|
Reference in New Issue
Block a user