X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Finetconf.c;h=f4e59fe682294809a6b997affc10ad5a222eeb87;hp=a370634bcdd6174e61cef5df2dd35989dd6c5f9d;hb=814d4bec141c8374ef72a60aeeded0d696483c5e;hpb=365486138be56986caacae617f362cc8df64b24b diff --git a/webcit/inetconf.c b/webcit/inetconf.c index a370634bc..f4e59fe68 100644 --- a/webcit/inetconf.c +++ b/webcit/inetconf.c @@ -156,7 +156,7 @@ void new_save_inetconf(void) { GetHash(WCC->InetCfg, CKEY(CfgNames[i]), &vHash); Hash = (HashList*) vHash; if (Hash == NULL) { - sprintf(WC->ImportantMessage, _("Invalid Parameter")); + AppendImportantMessage(_("Invalid Parameter"), -1); url_do_template(); return; }