]> diplodocus.org Git - nmh/blobdiff - uip/mhlsbr.c
Changed formatting of the input in test-mhfixmsg that breaks
[nmh] / uip / mhlsbr.c
index 6e4b1934a5ab63fc00985e61c73b302d7a4b2776..e94e8d3e84d70ae2b34349136499369f458edb91 100644 (file)
@@ -14,7 +14,6 @@
 #include <h/tws.h>
 #include <h/utils.h>
 #include <setjmp.h>
-#include <signal.h>
 #include <sys/types.h>
 
 /*
@@ -871,9 +870,10 @@ parse (void)
  */
 
 static void
-process (char *folder, char *fname, int ofilen, int ofilec)
+process (char *folder, char *filename, int ofilen, int ofilec)
 {
     char *cp = NULL;
+    char *fname = filename;
     FILE *fp = NULL;
     struct mcomp *c1;
     struct stat st;