Step 4: Fix the ini parser

also why am i using steps
This commit is contained in:
suchmememanyskill
2022-01-22 16:05:08 +01:00
parent c8468a6d73
commit 5c59d42a30
2 changed files with 10 additions and 2 deletions

View File

@@ -101,6 +101,8 @@ int ini_parse(link_t *dst, char *ini_path, bool is_dir)
}
lbuf = malloc(512);
csec = _ini_create_section(dst, csec, "Unknown", INI_CHOICE);
list_init(&csec->kvs);
do
{