mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-05-30 17:01:05 +00:00
2004-11-23 Matt Rice <ratmice@yahoo.com>
* EOControl/EOQualifier.m ([-filteredArrayUsingQualifier]): Handle nil qualifier argument. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@20373 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
16130d644b
commit
c84ec193b4
2 changed files with 6 additions and 1 deletions
|
@ -1150,7 +1150,7 @@ _isLike (NSString *self, NSString *regExpr, BOOL isCaseSensative)
|
|||
{
|
||||
unsigned max = [self count];
|
||||
|
||||
if (max != 0)
|
||||
if (max != 0 && qualifier != nil)
|
||||
{
|
||||
unsigned i;
|
||||
id object;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue