chiark / gitweb /
terminal: suppress warning in subterm
[elogind.git] / src / libsystemd-terminal / subterm.c
index 46ab6b4a1e7c85ecd96e1b0cc9adc9cba244a5dc..5cf3c2a73a56b51aeeb431e09af8880ef91d5c9f 100644 (file)
@@ -386,7 +386,7 @@ static void output_draw_frame(Output *o) {
 static void output_draw_menu(Output *o) {
         assert(o);
 
-        output_frame_printl(o, "");
+        output_frame_printl(o, "%s", "");
         output_frame_printl(o, "    Menu: (the following keys are recognized)");
         output_frame_printl(o, "      q: quit");
         output_frame_printl(o, "     ^C: send ^C to the PTY");