#include <h/mime.h>
#include <h/mhparse.h>
#include <h/utils.h>
+#include "../sbr/makedir.h"
extern int debugsw;
int part_ok (CT);
int part_exact(CT ct);
int type_ok (CT, int);
-void content_error (char *, CT, char *, ...);
+void content_error (char *, CT, char *, ...) CHECK_PRINTF(3, 4);
void flush_errors (void);
i = strlen (invo_name) + 2;
/* Now add content type and subtype */
- snprintf (bp, buflen, "\n%*.*s(content %s/%s", i, i, "",
+ snprintf (bp, buflen, "\n%*s(content %s/%s", i, "",
ci->ci_type, ci->ci_subtype);
len = strlen (bp);
bp += len;