X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?p=systembsd.git;a=blobdiff_plain;f=src%2Fconfig.c;h=480bcf6fe8ab17c4ea8f4d34dc5ae60808a3f6d1;hp=7469e676534e14fb5dd0716b4ae5abde1d5da359;hb=a6f11205f4da65a5671707d396df40203f668e1c;hpb=205ba9a70cdc92cf0afdc09c9356ca59b9463f48 diff --git a/src/config.c b/src/config.c index 7469e67..480bcf6 100644 --- a/src/config.c +++ b/src/config.c @@ -41,7 +41,7 @@ gboolean set_option(gchar *key, gchar *value, gchar *group) { if(!g_key_file_get_string(config, group, key, NULL)) return FALSE; - //TODO safteycheck value + /* TODO safteycheck value */ g_key_file_set_string(config, group, key, value); return TRUE; } @@ -165,7 +165,7 @@ gboolean init_xml() { void clean_config() { - //TODO g_ptr_array all of this + /* TODO g_ptr_array all of this */ g_free(config); g_free(data_dir); g_close(config_descr, NULL);