X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhpath.c;h=31e0722e99b0da36c3775474e00eb88ea5b7018c;hp=aa63f4d73cba9190191792997bc4884572a45fad;hb=6e9577f324bef90765a5edc02044eb111ec48072;hpb=9cf6132a6ea29968131a000bc2fb6860affac45e diff --git a/uip/mhpath.c b/uip/mhpath.c index aa63f4d..31e0722 100644 --- a/uip/mhpath.c +++ b/uip/mhpath.c @@ -20,6 +20,8 @@ static struct swit switches[] = { { NULL, 0 } }; +char *version=VERSION; + int main(int argc, char **argv) { @@ -105,7 +107,7 @@ main(int argc, char **argv) } /* ** TODO: As folder_realloc() checks itself if the realloc - ** really is necesary, why don't we then: + ** really is necessary, why don't we then: ** if (!(mp = folder_realloc (mp, 1, mp->hghmsg+1))) ** adios (NULL, "unable to allocate folder storage"); ** ? This at least appears most clear to me. -- meillo