about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/windows.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows.c b/src/windows.c
index cd16aeb7..ccba1631 100644
--- a/src/windows.c
+++ b/src/windows.c
@@ -191,7 +191,7 @@ _ui_draw_win_title(void)
 
     if (g_strcmp0(win_title, new_win_title) != 0) {
         // print to x-window title bar
-        printf(new_win_title);
+        printf("%s", new_win_title);
         if (win_title != NULL) {
             free(win_title);
         }