refactor: split frag0 into multiple files

This commit is contained in:
2025-11-08 22:35:10 +01:00
parent b4b79cea12
commit 248c947fad
31 changed files with 2041 additions and 1875 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ void config_file_read(ConfigFile *config, char *path) {
config->map = hashmap_new(sizeof(ConfigFileItem), 0, 0, 0, item_hash,
item_compare, NULL, NULL);
file = file_read(path);
file_read(&file, path);
if (file.error) {
return;