If rcvpack missed file argument, it prints to stdout; Removed unused code.
[mmh] / uip / packf.c
index 62c09da..fc7fcba 100644 (file)
@@ -145,7 +145,7 @@ main(int argc, char **argv)
                                break;
                        }
 
-                       if (mbx_copy(file, md, fd, 1) == NOTOK)
+                       if (mbx_copy(md, fd) == NOTOK)
                                adios(file, "error writing to file");
 
                        close(fd);