mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 11:16:21 +00:00
upstream: Use gboolean consistently. (62fd40c51)
This commit is contained in:
@@ -533,7 +533,7 @@ _theme_find(const char* const theme_name)
|
||||
g_string_append(path, "/");
|
||||
g_string_append(path, theme_name);
|
||||
if (!g_file_test(path->str, G_FILE_TEST_EXISTS)) {
|
||||
g_string_free(path, true);
|
||||
g_string_free(path, TRUE);
|
||||
path = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user