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