X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fspost.c;h=ac2843fd08e9c7ca6857f14dca7370fe96d884ff;hp=48f97978dbd3319f66df156cd91c494a0687c2d4;hb=dc81afc84b4d53177a1c4fb9fd6fea0ec2912825;hpb=eda302e1f049eae6b429a12c5526600eea6a02e1 diff --git a/uip/spost.c b/uip/spost.c index 48f9797..ac2843f 100644 --- a/uip/spost.c +++ b/uip/spost.c @@ -228,7 +228,7 @@ main(int argc, char **argv) case FLDPLUS: compnum++; - cp = add(buf, cp); + cp = getcpy(buf); while (state == FLDPLUS) { state = m_getfld(state, name, buf, sizeof(buf), in);