X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fcomp.c;h=907bbf3dc07b4e1d7dbb17c16758885a95af4e78;hb=93fa896ceb5fbebe2f1f6e6e36419a13f8ffd99f;hp=c34ce43f07d4c0e380c371bc6e8d7991d344c822;hpb=9cf6132a6ea29968131a000bc2fb6860affac45e;p=mmh diff --git a/uip/comp.c b/uip/comp.c index c34ce43..907bbf3 100644 --- a/uip/comp.c +++ b/uip/comp.c @@ -31,6 +31,7 @@ static struct swit switches[] = { { NULL, 0 } }; +char *version=VERSION; int main(int argc, char **argv) @@ -147,7 +148,6 @@ main(int argc, char **argv) if (!m_convert(mp, msg)) { exit(EX_SOFTWARE); } - seq_setprev(mp); /* set the previous-sequence */ if (mp->numsel > 1) { adios(EX_USAGE, NULL, "only one message at a time!"); }