X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Foutput%2Frender-test.c;h=8ce0697910537194d450a09809ef73a2fd3079e9;hb=607d3c7d7bc6f2e3f5bc7c07eb12b5aa6fb2bdea;hp=0d6f9684f30a6f87457f06105b7519a4b4bd5155;hpb=cb9e751672c386ad34650e8445c6db0f04fe3051;p=pspp diff --git a/tests/output/render-test.c b/tests/output/render-test.c index 0d6f9684f3..8ce0697910 100644 --- a/tests/output/render-test.c +++ b/tests/output/render-test.c @@ -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); } }