X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Frcvpack.c;h=85de619db67ea68e743630227ea737377a4df0d2;hp=fd1c2aa298943effcdc28ae783f4f568726a1029;hb=de448e64862babc8ea92d6ee3f61f68ba3915128;hpb=4ab286d12be3ccc5f3000673857b4f69b689c69b diff --git a/uip/rcvpack.c b/uip/rcvpack.c index fd1c2aa..85de619 100644 --- a/uip/rcvpack.c +++ b/uip/rcvpack.c @@ -78,7 +78,7 @@ main(int argc, char **argv) done(RCV_MBX); /* append the message */ - if (mbx_copy(file, md, fileno(stdin), NULL, 0) == NOTOK) { + if (mbx_copy(file, md, fileno(stdin), 0) == NOTOK) { mbx_close(file, md); done(RCV_MBX); }