working config file

This commit is contained in:
2025-09-18 19:32:19 +02:00
parent 7b42d1c90a
commit e811d404a1
9 changed files with 145 additions and 54 deletions
+2 -2
View File
@@ -83,8 +83,8 @@ typedef struct ConfigFile {
} ConfigFile;
typedef struct ConfigFileItem {
char *key;
char *value;
char key[256];
char value[2048];
} ConfigFileItem;
#endif /* TYPES_H */