]> diplodocus.org Git - nmh/blobdiff - uip/mhlsbr.c
Changed formatting of the input in test-mhfixmsg that breaks
[nmh] / uip / mhlsbr.c
index 82e65d77f26301ee5bca976aba791df49e23017e..e94e8d3e84d70ae2b34349136499369f458edb91 100644 (file)
@@ -870,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;