]> code.citadel.org Git - citadel.git/blobdiff - citadel/msgbase.c
* More extermination of the dreaded SIZ moby-buffers.
[citadel.git] / citadel / msgbase.c
index 9ddf52142b7d0445f97a498523c50dc2ed60ec2c..1661146c349aa20f39751e6947f62672a5d7be9f 100644 (file)
@@ -527,10 +527,10 @@ int CtdlForEachMessage(int mode, long ref,
 void cmd_msgs(char *cmdbuf)
 {
        int mode = 0;
-       char which[SIZ];
-       char buf[SIZ];
-       char tfield[SIZ];
-       char tvalue[SIZ];
+       char which[16];
+       char buf[256];
+       char tfield[256];
+       char tvalue[256];
        int cm_ref = 0;
        int i;
        int with_template = 0;
@@ -1025,7 +1025,7 @@ void output_preferred(char *name, char *filename, char *partnum, char *disp,
                void *cbuserdata)
 {
        int i;
-       char buf[SIZ];
+       char buf[128];
        int add_newline = 0;
        char *text_content;
        struct ma_info *ma;