X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/8a14191c0a0ad15bb8f35b49748c75c1e0a8c2f4..ec18722d02bd307bd09f30715dc8ba4e1b8a6716:/uip/mhmisc.c?ds=sidebyside diff --git a/uip/mhmisc.c b/uip/mhmisc.c index 63ea15a1..53406c03 100644 --- a/uip/mhmisc.c +++ b/uip/mhmisc.c @@ -1,6 +1,4 @@ - -/* - * mhparse.c -- misc routines to process MIME messages +/* mhmisc.c -- misc routines to process MIME messages * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for @@ -11,6 +9,7 @@ #include #include #include +#include "../sbr/makedir.h" extern int debugsw; @@ -217,7 +216,7 @@ content_error (char *what, CT ct, char *fmt, ...) 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;