mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Bugfix - missing increment
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3040 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
50e19ff74b
commit
39d2370fc4
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ FastMapRemangleBuckets(FastMapTable map,
|
|||
while ((node = old_buckets->firstNode) != 0) {
|
||||
FastMapBucket bkt;
|
||||
|
||||
FastMapRemoveNodeFromBucket(old_buckets, node);
|
||||
FastMapRemoveNodeFromBucket(old_buckets++, node);
|
||||
bkt = FastMapPickBucket(node->key, new_buckets, new_bucketCount);
|
||||
FastMapAddNodeToBucket(bkt, node);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue