X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fwhom.c;h=4b15fbdc8163a107a52a31f29a44750d41dbd101;hp=e61dc62327e8f0686d09dfa76362fa5dca3d6957;hb=dc81afc84b4d53177a1c4fb9fd6fea0ec2912825;hpb=eda302e1f049eae6b429a12c5526600eea6a02e1 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);