mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 20:26:42 +00:00
Various fixes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@8810 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8cd613c188
commit
4d3a165d8a
11 changed files with 104 additions and 59 deletions
|
@ -437,7 +437,7 @@ static SEL rlSel;
|
|||
RELEASE(myString);
|
||||
if ([result isKindOfClass: NSArrayClass])
|
||||
{
|
||||
[self initWithArray: result];
|
||||
self = [self initWithArray: result];
|
||||
return self;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue