From 275e0499b11af04b711bd102b7865130840a34ea Mon Sep 17 00:00:00 2001 From: tremblay2 Date: Tue, 2 Nov 1999 08:19:45 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@5117 72102866-910b-0410-8b05-ffd578937521 --- Source/NSGArray.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/NSGArray.m b/Source/NSGArray.m index d195b3045..7c56c858b 100644 --- a/Source/NSGArray.m +++ b/Source/NSGArray.m @@ -423,7 +423,7 @@ static SEL eqSel = @selector(isEqual:); { unsigned index = _count; - if (index > 0) + if (index > 0 && anObject) { BOOL (*imp)(id,SEL,id);