render-test: Fix invocation of tab_footnote().
[pspp] / tests / output / render-test.c
index 0d6f9684f30a6f87457f06105b7519a4b4bd5155..8ce0697910537194d450a09809ef73a2fd3079e9 100644 (file)
@@ -488,7 +488,7 @@ read_table (FILE *stream, struct table **tables, size_t n_tables)
                   tab_joint_text (tab, c, r, c + cs - 1, r + rs - 1, opt,
                                   content);
                 else
-                  tab_footnote (tab, c, r, content);
+                  tab_footnote (tab, c, r, "%s", content);
             }
         }