X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhtest.c;h=d4bf6a6a05b107a4e7e167a42fa520fdffd5ed4a;hb=refs%2Fheads%2Fmaster;hp=cecf2ee562120dd9ff91fbcf2d41870840b2eccb;hpb=9cf6132a6ea29968131a000bc2fb6860affac45e;p=mmh diff --git a/uip/mhtest.c b/uip/mhtest.c index cecf2ee..71787af 100644 --- a/uip/mhtest.c +++ b/uip/mhtest.c @@ -42,6 +42,7 @@ static struct swit switches[] = { { NULL, 0 } }; +char *version=VERSION; /* mhparse.c */ extern char *tmp; /* directory to place temp files */ @@ -239,7 +240,6 @@ main(int argc, char **argv) for (msgnum = 0; msgnum < msgs.size; msgnum++) if (!m_convert(mp, msgs.msgs[msgnum])) exit(EX_USAGE); - seq_setprev(mp); /* set the previous-sequence */ cts = mh_xcalloc(mp->numsel + 1, sizeof(*cts)); ctp = cts;