X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fpackf.c;h=62c09da3ace00f25d62afe9e842e95c3282a1b80;hp=071cc3d00bfe6c5f1ad7f819cbdf8c36ce0cf0ca;hb=de448e64862babc8ea92d6ee3f61f68ba3915128;hpb=4ab286d12be3ccc5f3000673857b4f69b689c69b diff --git a/uip/packf.c b/uip/packf.c index 071cc3d..62c09da 100644 --- a/uip/packf.c +++ b/uip/packf.c @@ -145,8 +145,7 @@ main(int argc, char **argv) break; } - if (mbx_copy(file, md, fd, NULL, 1) - == NOTOK) + if (mbx_copy(file, md, fd, 1) == NOTOK) adios(file, "error writing to file"); close(fd);