forked from GitHub/gf-core
bugfix
This commit is contained in:
@@ -618,6 +618,7 @@ ref<V> namespace_lookup_index(Namespace<V> map, PgfText *name, size_t *pIndex)
|
|||||||
map = map->right;
|
map = map->right;
|
||||||
*pIndex += Node<ref<V>>::size(map->left)+1;
|
*pIndex += Node<ref<V>>::size(map->left)+1;
|
||||||
} else {
|
} else {
|
||||||
|
*pIndex += Node<ref<V>>::size(map->left);
|
||||||
return map->value;
|
return map->value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user