X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Finetconf.c;h=c61ee41665ce01f98c80e3159a90f8b4c7dc6dbd;hb=64a9d779e6d2f3e8b9b8492aea68fbf881d6d71b;hp=b52d5df25650dcdf492a0dd720b6af77b56fa0bb;hpb=450c8beef81a4e7d23d0afc17c7ae5d1dba4e6ba;p=citadel.git diff --git a/webcit/inetconf.c b/webcit/inetconf.c index b52d5df25..c61ee4166 100644 --- a/webcit/inetconf.c +++ b/webcit/inetconf.c @@ -104,7 +104,7 @@ void display_inetconf(void) if (which == (ic_max / 2)) { wprintf(""); } - svprintf("BOXTITLE", WCS_STRING, ic_boxtitle[which]); + svput("BOXTITLE", WCS_STRING, ic_boxtitle[which]); do_template("beginbox"); wprintf(""); escputs(ic_desc[which]);