X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhmail.c;h=4215ecf24f0bab3e4a34a417d1a3cf62cdb63850;hp=1515858b0e9733bc852b6b5fc2e1927e8c1ed363;hb=f78e7c6e6e616cc4ff2bee8a726365fafef2d8ce;hpb=cf1205b5cbea2f0cd6ea710ec16c637df85b647c diff --git a/uip/mhmail.c b/uip/mhmail.c index 1515858..4215ecf 100644 --- a/uip/mhmail.c +++ b/uip/mhmail.c @@ -32,6 +32,8 @@ static struct swit switches[] = { { NULL, 0 } }; +char *version=VERSION; + static char tmpfil[BUFSIZ]; /* @@ -107,10 +109,10 @@ main(int argc, char **argv) } if (iscc) cclist = cclist ? add(cp, add(", ", cclist)) : - getcpy(cp); + mh_xstrdup(cp); else tolist = tolist ? add(cp, add(", ", tolist)) : - getcpy(cp); + mh_xstrdup(cp); } if (tolist == NULL)