X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fsummary.c;h=f71a43b080c5589ff1f8b71dcb2dd9972be00853;hb=64a9d779e6d2f3e8b9b8492aea68fbf881d6d71b;hp=08b73f407c46c7fde12b155e787e78492cc02559;hpb=450c8beef81a4e7d23d0afc17c7ae5d1dba4e6ba;p=citadel.git diff --git a/webcit/summary.c b/webcit/summary.c index 08b73f407..f71a43b08 100644 --- a/webcit/summary.c +++ b/webcit/summary.c @@ -28,7 +28,7 @@ void output_date(void) { * \brief Dummy section */ void dummy_section(void) { - svprintf("BOXTITLE", WCS_STRING, "(dummy section)"); + svput("BOXTITLE", WCS_STRING, "(dummy section)"); do_template("beginbox"); wprintf(_("(nothing)")); do_template("endbox");