mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-29 04:36:21 +00:00
windows.c: fixed gcc warning
This commit is contained in:
@@ -190,7 +190,7 @@ _ui_draw_win_title(void)
|
|||||||
|
|
||||||
if (g_strcmp0(win_title, new_win_title) != 0) {
|
if (g_strcmp0(win_title, new_win_title) != 0) {
|
||||||
// print to x-window title bar
|
// print to x-window title bar
|
||||||
printf(new_win_title);
|
printf("%s", new_win_title);
|
||||||
if (win_title != NULL) {
|
if (win_title != NULL) {
|
||||||
free(win_title);
|
free(win_title);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user