*** JPPatchlevel.orig Fri Aug 20 13:58:44 1993 --- JPPatchlevel Fri Aug 20 13:58:51 1993 *************** *** 1 **** ! MH.6.8 Japanization-patch.2b --- 1 ---- ! MH.6.8 Japanization-patch.2c *** ./uip/mhlsbr.c.orig Tue Mar 9 14:30:26 1993 --- ./uip/mhlsbr.c Tue Mar 9 15:17:29 1993 *************** *** 974,981 **** --- 974,986 ---- buf[0] = '\n'; strcpy(&(buf[1]), cp+1); state = m_getfld(state, name, holder.c_text, sizeof(buf) - strlen(buf), fp); + #if 0 oldhct = holder.c_text; holder.c_text = concat(buf, holder.c_text, NULLCP); + #else + oldhct = concat(buf, holder.c_text, NULLCP); + strcpy(holder.c_text,oldhct); + #endif free(oldhct); } (void) ml_conv(holder.c_text);