mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
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;
|
||||
*pIndex += Node<ref<V>>::size(map->left)+1;
|
||||
} else {
|
||||
*pIndex += Node<ref<V>>::size(map->left);
|
||||
return map->value;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user