]> diplodocus.org Git - nmh/blobdiff - uip/rcvpack.c
Makefile.am: Add test/inc/test-eom-align to XFAIL_TESTS.
[nmh] / uip / rcvpack.c
index 6235e5e96625b9247ac986ba7628b2bee5536af5..18937bc20f6f1eb3faac853e1aabcb4c3c2c9670 100644 (file)
@@ -87,7 +87,7 @@ main (int argc, char **argv)
        done (RCV_MBX);
 
     /* append the message */
-    if (mbx_copy (file, mbx_style, md, fileno(stdin), 1, NULL, 0) == NOTOK) {
+    if (mbx_copy (file, mbx_style, md, fileno(stdin), NULL) == NOTOK) {
        mbx_close (file, md);
        done (RCV_MBX);
     }