* lets start knit-picking on buffersizes.
[citadel.git] / webcit / listsub.c
index 2000c3c181a7bc18890e8a66bdef9eaab422ba5b..f219ffcb832991a5dab979442b4fb72dfbd4b01e 100644 (file)
@@ -69,8 +69,8 @@ void do_listsub(void)
                );
                serv_getln(buf, sizeof buf);
                if (buf[0] == '2') {
-                       stresc(escaped_email, email, 0, 0);
-                       stresc(escaped_room, room, 0, 0);
+                       stresc(escaped_email, 256, email, 0, 0);
+                       stresc(escaped_room, 256, room, 0, 0);
 
                        wprintf("<CENTER><H1>");
                        wprintf(_("Confirmation request sent"));