chart: Fix format string issues in chart_write_title callers.
[pspp-builds.git] / src / language / stats / examine.q
index 99ff5c4586635539869806b0fdd2779e73d60a05..f3fec17b9047af5b0f16b08eee28ffede82ec2b7 100644 (file)
@@ -609,7 +609,7 @@ show_boxplot_variables (const struct variable **dependent_var,
       var_append_value_name (fctr->indep_var[0], &result->value[0], &title);
 #endif
 
-      chart_write_title (ch, ds_cstr (&title));
+      chart_write_title (ch, "%s", ds_cstr (&title));
       ds_destroy (&title);
 
       for (v = 0; v < n_dep_var; ++v)