From ebfd7d45c6b8eb5b2a1ee6e97a3f21f5f5bf9b43 Mon Sep 17 00:00:00 2001 From: Cody P Schafer Date: Thu, 13 Mar 2014 11:14:21 -0700 Subject: fix warnings now noted due to format string checking --- src/ui_act.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui_act.c') diff --git a/src/ui_act.c b/src/ui_act.c index 4584117..d5c6b2b 100644 --- a/src/ui_act.c +++ b/src/ui_act.c @@ -724,7 +724,7 @@ BarUiActCallback(BarUiActManageStation) { return; } - BarUiMsg (&app->settings, MSG_QUESTION, question); + BarUiMsg (&app->settings, MSG_QUESTION, "%s", question); if (BarReadline (selectBuf, sizeof (selectBuf), allowedActions, &app->input, BAR_RL_FULLRETURN, -1)) { if (selectBuf[0] == 'a') { -- cgit v1.2.3