X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fscan.c;h=085cc7fa7ea3c54a5b206356520bd53277604074;hb=ac2834b4173be67edde1334819d3d3c16e4d484e;hp=92dadf69f2754f778e89515c2c2138340a167c56;hpb=7ffb36d28e517a6f3a10272056fc127592ab1c19;p=mmh diff --git a/uip/scan.c b/uip/scan.c index 92dadf6..085cc7f 100644 --- a/uip/scan.c +++ b/uip/scan.c @@ -21,7 +21,7 @@ static struct swit switches[] = { #define FILESW 2 { "file file", 4 }, #define VERSIONSW 3 - { "version", 0 }, + { "Version", 0 }, #define HELPSW 4 { "help", 0 }, { NULL, 0 } @@ -125,7 +125,7 @@ main(int argc, char **argv) adios(file, "unable to open"); } - m_unknown(in); + thisisanmbox(in); for (msgnum = 1; ; ++msgnum) { state = scan(in, msgnum, SCN_MBOX, fmtstr, width, 0, 0); if (state != SCNMSG)