mirror of
https://github.com/jorio/Pomme.git
synced 2025-02-05 23:29:58 +00:00
Fix NewHandleSysClear implementation
This commit is contained in:
parent
6f4a04975d
commit
498b27e895
@ -66,7 +66,7 @@ Handle NewHandleSys(Size s)
|
||||
|
||||
Handle NewHandleSysClear(Size s)
|
||||
{
|
||||
return NewHandleSysClear(s);
|
||||
return NewHandleClear(s);
|
||||
}
|
||||
|
||||
Handle TempNewHandle(Size s, OSErr* err)
|
||||
|
Loading…
x
Reference in New Issue
Block a user