mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 22:56:22 +00:00
Added asserts
This commit is contained in:
@@ -133,7 +133,7 @@ prefs_get_string(preference_t pref)
|
||||
if (!g_key_file_has_key(prefs, group, key, NULL)) {
|
||||
return def;
|
||||
}
|
||||
|
||||
|
||||
char *result = g_key_file_get_string(prefs, group, key, NULL);
|
||||
|
||||
if (result == NULL) {
|
||||
|
||||
Reference in New Issue
Block a user