Reapply some changes with modifications

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32074 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2011-02-11 14:07:49 +00:00
parent 336c7bf021
commit 51cf9b9cf9
4 changed files with 34 additions and 20 deletions

View file

@ -570,8 +570,8 @@ static NSOperationQueue *mainQueue = nil;
if (total > 0)
{
BOOL invalidArg = NO;
GS_BEGINITEMBUF(buf, total, id)
NSUInteger toAdd = total;
GS_BEGINITEMBUF(buf, total, id)
[ops getObjects: buf];
for (index = 0; index < total; index++)