[php-i18n-commits] cvs commit: libmbfl/filters mbfilter_htmlent.c

Back to archive index

Moriyoshi Koizumi moriy****@users*****
2005年 2月 21日 (月) 01:25:39 JST


moriyoshi    05/02/21 01:25:39

  Modified:    filters  Tag: LIBMBFL_1_0 mbfilter_htmlent.c
  Log:
  - MFH (MFPHP, patch by Joe Orton)
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.3.2.5   +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.3.2.4
  retrieving revision 1.3.2.5
  diff -u -r1.3.2.4 -r1.3.2.5
  --- mbfilter_htmlent.c	4 Feb 2004 02:47:17 -0000	1.3.2.4
  +++ mbfilter_htmlent.c	20 Feb 2005 16:25:39 -0000	1.3.2.5
  @@ -120,7 +120,7 @@
   		}
   
   		{
  -			int *p = tmp + sizeof(tmp);
  +			int *p = tmp + sizeof(tmp) / sizeof(tmp[0]);
   
   			CK((*filter->output_function)('#', filter->data));
   
  
  
  



php-i18n-commits メーリングリストの案内
Back to archive index