X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fpackf.c;h=b2726f46533b45cf2fd969af0bcfeaa4f19ab883;hp=a8c2c421a40cba44f32e73aa4b5e2170d4f45390;hb=7af26a5bed6efce10f3e5dd8cd7520420453c4f2;hpb=9cf6132a6ea29968131a000bc2fb6860affac45e diff --git a/uip/packf.c b/uip/packf.c index a8c2c42..b2726f4 100644 --- a/uip/packf.c +++ b/uip/packf.c @@ -23,6 +23,7 @@ static struct swit switches[] = { { NULL, 0 } }; +char *version=VERSION; int main(int argc, char **argv) @@ -94,7 +95,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 */ /* copy all the SELECTED messages to stdout */ for (msgnum = mp->lowsel; msgnum <= mp->hghsel; msgnum++) {