]> diplodocus.org Git - nmh/blobdiff - uip/mhmisc.c
Use va_copy() to get a copy of va_list, instead of using original.
[nmh] / uip / mhmisc.c
index 380d7eacf84e67bb77b7ec547c546ffcc4eec5be..559c3cda2a19e2deff924c8f190c14006986488c 100644 (file)
@@ -9,7 +9,7 @@
 #include <h/mime.h>
 #include <h/mhparse.h>
 #include <h/utils.h>
 #include <h/mime.h>
 #include <h/mhparse.h>
 #include <h/utils.h>
-#include "../sbr/makedir.h"
+#include "sbr/makedir.h"
 #include "mhmisc.h"
 
 extern int debugsw;
 #include "mhmisc.h"
 
 extern int debugsw;
@@ -22,7 +22,7 @@ int ntype = 0;
 char *parts[NPARTS + 1];
 char *types[NTYPES + 1];
 
 char *parts[NPARTS + 1];
 char *types[NTYPES + 1];
 
-int userrs = 0;
+bool userrs;
 
 static char *errs = NULL;
 
 
 static char *errs = NULL;