feat(state): load state on start
This commit is contained in:
+1
-1
@@ -103,7 +103,7 @@ char *config_file_get_str(ConfigFile config, char *key, char *default_value) {
|
||||
}
|
||||
|
||||
unsigned int config_file_get_int(ConfigFile config, char *key,
|
||||
int default_value) {
|
||||
unsigned int default_value) {
|
||||
ConfigFileItem c_key;
|
||||
ConfigFileItem *item;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user