buybuy plaintext important message.
[citadel.git] / webcit / inetconf.c
index a370634bcdd6174e61cef5df2dd35989dd6c5f9d..f4e59fe682294809a6b997affc10ad5a222eeb87 100644 (file)
@@ -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;
                        }