FACTOR: Use %s for literal string.
[pspp-builds.git] / src / language / stats / factor.c
index d1a35a87e558ccc90a63915b7d6887daeb811985..a9c948e6369671ec6aa40f9a8103f91dbebb5ea4 100644 (file)
@@ -1297,7 +1297,7 @@ show_factor_matrix (const struct cmd_factor *factor, struct idata *idata, const
     tab_title (t, _("Factor Matrix"));
   */
 
-  tab_title (t, title);
+  tab_title (t, "%s", title);
 
   tab_headers (t, heading_columns, 0, heading_rows, 0);