1
1

mcconfig: added module for work with ini-files

Этот коммит содержится в:
Slava Zanko 2009-05-20 09:33:53 +03:00
родитель 0a1b6bfbb2
Коммит 72461d232e

Просмотреть файл

@ -220,6 +220,7 @@ mc_config_save_to_file (mc_config_t * mc_config, const gchar * ini_path)
mc_unlink (ini_path);
}
ret = g_file_set_contents(ini_path,data,len,NULL);
g_free(data);
return ret;
}