# | Line 20 | Line 20 | char* inifile_cleanstr(char* str) | |
---|---|---|
20 | return str; | |
21 | } | |
22 | */ | |
23 | < | bool inifile_read(char* filename, inifile_callback callback) |
23 | > | bool inifile_read(const char* filename, inifile_callback callback) |
24 | { | |
25 | FILE* fp = fopen(filename, "r"); | |
26 | char* inisection = ""; |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |