mirror of
https://github.com/Ed94/metadesk.git
synced 2026-07-14 21:41:26 -07:00
progress on collaping arena->allocator info code paths: string.h/c done
This commit is contained in:
+1
-1
@@ -212,7 +212,7 @@ os_string_list_from_argcv_alloc(AllocatorInfo ainfo, int argc, char** argv) {
|
||||
for(int i = 0; i < argc; i += 1)
|
||||
{
|
||||
String8 str = str8_cstring(argv[i]);
|
||||
str8_list_alloc(ainfo, &result, str);
|
||||
str8_list(ainfo, &result, str);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user