Bugfixes for last patch

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27715 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2009-01-28 23:43:05 +00:00
parent bada0e67e9
commit 121650fae0
3 changed files with 8 additions and 2 deletions

View file

@ -91,7 +91,7 @@
}
*(stackbuf+i) = next;
}
state->itemsPtr;
state->itemsPtr = stackbuf;
return len;
}
@end