aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/fc_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/fc_stat.c')
-rw-r--r--gtk/fc_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/fc_stat.c b/gtk/fc_stat.c
index 13aa17f5b2..b9502d6c57 100644
--- a/gtk/fc_stat.c
+++ b/gtk/fc_stat.c
@@ -181,7 +181,7 @@ gtk_fcstat_init(const char *optarg, void *userdata _U_)
error_string=register_tap_listener("fc", fc, filter, fcstat_reset, fcstat_packet, fcstat_draw);
if(error_string){
- simple_dialog(ESD_TYPE_ERROR, ESD_BTN_OK, error_string->str);
+ simple_dialog(ESD_TYPE_ERROR, ESD_BTN_OK, "%s", error_string->str);
g_string_free(error_string, TRUE);
g_free(fc);
return;