mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 03:26:22 +00:00
Use gboolean consistently.
Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
This commit is contained in:
@@ -532,7 +532,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