X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fpackf.c;h=b565c164e25cd6d32646d2582d794674972bb03d;hb=32b2354dbaf4bf934936eb5b102a4a3d2fdd209a;hp=70065c0dd740600324a8a75d8c25c118641388b9;hpb=ca1023716d4c2ab890696f3e41fa0d94267a940e;p=mmh diff --git a/uip/packf.c b/uip/packf.c index 70065c0..b565c16 100644 --- a/uip/packf.c +++ b/uip/packf.c @@ -14,7 +14,7 @@ static struct swit switches[] = { #define VERSIONSW 0 - { "version", 0 }, + { "Version", 0 }, #define HELPSW 1 { "help", 0 }, { NULL, 0 } @@ -103,7 +103,7 @@ main(int argc, char **argv) admonish(msgnam, "unable to read message"); break; } - if (mbx_copy(fileno(stdout), fd) == NOTOK) { + if (mbox_copy(fileno(stdout), fd) == NOTOK) { adios(NULL, "error writing to stdout"); } close(fd);