]> diplodocus.org Git - nmh/blobdiff - uip/mhmisc.c
fdcompare.c: Move interface to own file.
[nmh] / uip / mhmisc.c
index dc33bc08b9d306112cdccbd9611b16bdddf67751..24fb9b2ca6392dbb39f0d93b22d80aeb50b611e5 100644 (file)
@@ -5,11 +5,12 @@
  * complete copyright information.
  */
 
-#include <h/mh.h>
-#include <h/mime.h>
-#include <h/mhparse.h>
-#include <h/utils.h>
-#include "../sbr/makedir.h"
+#include "h/mh.h"
+#include "sbr/error.h"
+#include "h/mime.h"
+#include "h/mhparse.h"
+#include "h/utils.h"
+#include "sbr/makedir.h"
 #include "mhmisc.h"
 
 extern int debugsw;
@@ -22,7 +23,7 @@ int ntype = 0;
 char *parts[NPARTS + 1];
 char *types[NTYPES + 1];
 
-int userrs = 0;
+bool userrs;
 
 static char *errs = NULL;
 
@@ -240,6 +241,8 @@ content_error (char *what, CT ct, char *fmt, ...)
     } else {
        inform("%s", buffer);
     }
+
+    va_end(arglist);
 }