Moriyoshi Koizumi
moriy****@users*****
2005年 2月 21日 (月) 01:25:06 JST
moriyoshi 05/02/21 01:25:06 Modified: filters mbfilter_htmlent.c Log: - MFPHP (patch by Joe Orton) http://cvs.php.net/diff.php/php-src/ext/mbstring/libmbfl/filters/mbfilter_htmlent.c?r1=1.5&r2=1.6&ty=u Revision Changes Path 1.13 +1 -1 libmbfl/filters/mbfilter_htmlent.c Index: mbfilter_htmlent.c =================================================================== RCS file: /cvsroot/php-i18n/libmbfl/filters/mbfilter_htmlent.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- mbfilter_htmlent.c 4 Feb 2004 03:59:00 -0000 1.12 +++ mbfilter_htmlent.c 20 Feb 2005 16:25:06 -0000 1.13 @@ -121,7 +121,7 @@ } { - int *p = tmp + sizeof(tmp); + int *p = tmp + sizeof(tmp) / sizeof(tmp[0]); CK((*filter->output_function)('#', filter->data));