mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
New split view, other fixes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2869 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b41a9d6e9a
commit
9a7f58d597
14 changed files with 37 additions and 56 deletions
|
@ -166,7 +166,7 @@ _NSFoundationUncaughtExceptionHandler(NSException *exception)
|
|||
if (NSShouldRetainWithZone(self, zone))
|
||||
return [self retain];
|
||||
else
|
||||
return [[super copyWithZone:zone] deepen];
|
||||
return [NSCopyObject(self, 0, zone) deepen];
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue