hash_store -> content

This commit is contained in:
Ryan Fleury
2025-09-18 14:42:25 -07:00
parent 364e15491c
commit 5381307e90
29 changed files with 884 additions and 884 deletions
+2 -2
View File
@@ -166,7 +166,7 @@ ptg_builder_thread__entry_point(void *p)
{
for(;;)
{
HS_Scope *scope = hs_scope_open();
C_Scope *scope = c_scope_open();
//- rjf: get next key
PTG_Key key = {0};
@@ -214,7 +214,7 @@ ptg_builder_thread__entry_point(void *p)
}
}
hs_scope_close(scope);
c_scope_close(scope);
}
}