X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhlist.c;h=169ca5012a8aa81b257d4d19a298c71d2ca6ef4e;hp=c9194cc090b0fcf7e3a0d2b27335853945257241;hb=7af26a5bed6efce10f3e5dd8cd7520420453c4f2;hpb=9cf6132a6ea29968131a000bc2fb6860affac45e diff --git a/uip/mhlist.c b/uip/mhlist.c index c9194cc..169ca50 100644 --- a/uip/mhlist.c +++ b/uip/mhlist.c @@ -40,6 +40,7 @@ static struct swit switches[] = { { NULL, 0 } }; +char *version=VERSION; /* mhparse.c */ extern char *tmp; /* directory to place temp files */ @@ -229,7 +230,6 @@ main(int argc, char **argv) exit(EX_SOFTWARE); } } - seq_setprev(mp); /* set the previous-sequence */ cts = mh_xcalloc(mp->numsel + 1, sizeof(*cts)); ctp = cts;