X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fdist.c;h=66539e691c99fa891034cb24f9b1dae3e5efc65f;hp=d74e498b0e20d57e927637fac77cb701bb6c4119;hb=7af26a5bed6efce10f3e5dd8cd7520420453c4f2;hpb=9cf6132a6ea29968131a000bc2fb6860affac45e diff --git a/uip/dist.c b/uip/dist.c index d74e498..66539e6 100644 --- a/uip/dist.c +++ b/uip/dist.c @@ -31,6 +31,7 @@ static struct swit switches[] = { { NULL, 0 } }; +char *version=VERSION; int main(int argc, char **argv) @@ -152,7 +153,6 @@ main(int argc, char **argv) if (!m_convert(mp, msg)) { exit(EX_USAGE); } - seq_setprev(mp); if (mp->numsel > 1) { adios(EX_USAGE, NULL, "only one message at a time!");