]> code.citadel.org Git - citadel.git/blobdiff - citadel/mailinglist.c
* The size constant "256" which shows up everywhere as a buffer size has now
[citadel.git] / citadel / mailinglist.c
index 4c5112fcd032aedaadf6d8f9507087860a526377..b91d15f1dd28520396bca41d0c8277ff7dd6f496 100644 (file)
@@ -77,7 +77,7 @@ int main(void)
     int in_header;
     int is_good;
     char listaddr[512];
-    char mailcmd[256];
+    char mailcmd[SIZ];
     FILE *nm;
     char tempfile[64];