Update deprecated function

This commit is contained in:
rfm 2024-06-18 11:47:51 +01:00
parent 6d980f4f2f
commit 6fc414e35e

View file

@ -5472,7 +5472,7 @@ With two parameters ('maximum' and a number),\n\
{
if ([op caseInsensitiveCompare: @"class"] == NSOrderedSame)
{
GSDebugAllocationActiveRecordingObjects(c);
GSDebugAllocationRecordObjects(c);
[self cmdPrintf: @"Recording instances of '%@'.\n", arg];
}
else if ([op caseInsensitiveCompare: @"list"]