X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fwhom.c;h=b987356f108708b01c453103ce3632ff521c765a;hp=27c8d91b75aeabc8d81f7783ab0cc41e104e9683;hb=9cf6132a6ea29968131a000bc2fb6860affac45e;hpb=d4c34b4439a9dbd89664de460ed37ecddc260fb1 diff --git a/uip/whom.c b/uip/whom.c index 27c8d91..b987356 100644 --- a/uip/whom.c +++ b/uip/whom.c @@ -222,7 +222,7 @@ process(char *file) case FLDPLUS: compnum++; - cp = getcpy(buf); + cp = mh_xstrdup(buf); while (state == FLDPLUS) { state = m_getfld(state, name, buf, sizeof(buf), in);