X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fwhom.c;h=4b15fbdc8163a107a52a31f29a44750d41dbd101;hp=e61dc62327e8f0686d09dfa76362fa5dca3d6957;hb=770d341357b1a6890c7eea72070d0a9e3e270bf9;hpb=cf1205b5cbea2f0cd6ea710ec16c637df85b647c diff --git a/uip/whom.c b/uip/whom.c index e61dc62..4b15fbd 100644 --- a/uip/whom.c +++ b/uip/whom.c @@ -193,7 +193,7 @@ process(char *file) case FLDPLUS: compnum++; - cp = add(buf, cp); + cp = getcpy(buf); while (state == FLDPLUS) { state = m_getfld(state, name, buf, sizeof(buf), in);