* lets start knit-picking on buffersizes.
[citadel.git] / webcit / auth.c
index f7a35c780bd87761034a878a375ee14acccc3f42..505d8ccb852fe6faf17e8850e959ee5c6e9b85ff 100644 (file)
@@ -44,8 +44,8 @@ void display_login(char *mesg)
        wprintf("<div id=\"login_screen\">\n");
 
        if (mesg != NULL) if (!IsEmptyStr(mesg)) {
-               stresc(buf, mesg, 0, 0);
-               svprintf("mesg", WCS_STRING, "%s", buf);
+                       stresc(buf, SIZ,  mesg, 0, 0);
+                       svprintf("mesg", WCS_STRING, "%s", buf);
        }
 
        svprintf("LOGIN_INSTRUCTIONS", WCS_STRING,