Bug fixes to get checks programs to work.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2436 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 1997-09-23 14:03:36 +00:00
parent 7475b7306d
commit c836f35259
10 changed files with 70 additions and 47 deletions

View file

@ -175,7 +175,7 @@ static Class NSMutableArray_concrete_class;
objsArray[i] = tmpId;
/* If the index equals the current size, increase size. */
if (i == curSize)
if (i == curSize - 1)
{
/* Fibonacci series. Supposedly, for this application,
* the fibonacci series will be more memory efficient.