mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-20 18:32:09 +00:00
Update deprecated function
This commit is contained in:
parent
6d980f4f2f
commit
6fc414e35e
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue