freebsd-ports/japanese/mh/files/patch-ao
Motoyuki Konno fea9346f1d * Update to 6.8.4 JP 3.05.
*  Use <stdarg.h> instead of <varargs.h> [1].
   Use of <varargs.h> causes error on FreeBSD 5-current with GCC 3.3.1.

Submitted by:	Hajimu UMEMOTO <ume@mahoroba.org> [1]
PR:		ports/54524
2003-07-19 05:55:00 +00:00

16 lines
387 B
Text

--- uip/replsbr.c.orig Thu Apr 5 01:05:17 2001
+++ uip/replsbr.c Tue Jan 14 18:05:42 2003
@@ -195,11 +195,12 @@
}
} while (cptr = cptr->c_next);
- while (state == FLDPLUS)
+ while (state == FLDPLUS) {
state = m_getfld (state, name, tmpbuf, SBUFSIZ, inb);
#ifdef JAPAN
(void) ml_conv(tmpbuf);
#endif /* JAPAN */
+ }
break;
case LENERR: