From: Wilfried Göesgens Date: Fri, 2 May 2008 12:10:49 +0000 (+0000) Subject: * migrated SUBST stuff to hash X-Git-Tag: v7.86~2291 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=64a9d779e6d2f3e8b9b8492aea68fbf881d6d71b;hp=450c8beef81a4e7d23d0afc17c7ae5d1dba4e6ba;p=citadel.git * migrated SUBST stuff to hash * created cheaper variations of svprintf and applied them where appropriate --- diff --git a/webcit/auth.c b/webcit/auth.c index 2ee1bdd41..265547224 100644 --- a/webcit/auth.c +++ b/webcit/auth.c @@ -39,10 +39,10 @@ void display_login(char *mesg) if (mesg != NULL) if (!IsEmptyStr(mesg)) { stresc(buf, SIZ, mesg, 0, 0); - svprintf("mesg", WCS_STRING, "%s", buf); + svprintf(HKEY("mesg"), WCS_STRING, "%s", buf); } - svprintf("LOGIN_INSTRUCTIONS", WCS_STRING, + svprintf(HKEY("LOGIN_INSTRUCTIONS"), WCS_STRING, _("