mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-03 22:28:44 +00:00
[map] Expose PtrMap on md.h. Remove NodeTable defines.
This commit is contained in:
@@ -90,7 +90,7 @@ int main(int argument_count, char **arguments)
|
||||
{
|
||||
for(MD_EachNode(index_string, node->first_child))
|
||||
{
|
||||
MD_NodeTable_Insert(&index_table, MD_MapCollisionRule_Chain, index_string->string, root);
|
||||
MD_StringMap_Insert(&index_table, MD_MapCollisionRule_Chain, index_string->string, root);
|
||||
}
|
||||
goto end_index_build;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user