X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Foutput%2Frender-test.c;h=8ce0697910537194d450a09809ef73a2fd3079e9;hb=5443c41f89a2b29cf8cf55f21eecb839fae08177;hp=0d6f9684f30a6f87457f06105b7519a4b4bd5155;hpb=8dd405d0900f29f69e54726a79045c119146de89;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); } }