mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
String usage updates.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9459 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6852355af1
commit
cb8b09362f
7 changed files with 31 additions and 28 deletions
|
@ -238,8 +238,8 @@ static IMP initImp;
|
|||
NSAutoreleasePool *arp = [NSAutoreleasePool new];
|
||||
|
||||
if (anObj)
|
||||
NSLog(@"autorelease called without pool for object (%x) of class %s\n",
|
||||
anObj, [NSStringFromClass([anObj class]) cString]);
|
||||
NSLog(@"autorelease called without pool for object (%x) of class %@\n",
|
||||
anObj, NSStringFromClass([anObj class]));
|
||||
else
|
||||
NSLog(@"autorelease called without pool for nil object.\n");
|
||||
[arp release];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue