You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2002/11/07 01:47:43 UTC

cvs commit: xml-xalan/c/src/PlatformSupport XalanNumberFormat.hpp

dbertoni    2002/11/06 16:47:43

  Modified:    c/src/PlatformSupport XalanNumberFormat.hpp
  Log:
  Fixed type of data member.
  
  Revision  Changes    Path
  1.5       +1 -1      xml-xalan/c/src/PlatformSupport/XalanNumberFormat.hpp
  
  Index: XalanNumberFormat.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/XalanNumberFormat.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XalanNumberFormat.hpp	14 Jun 2001 19:04:05 -0000	1.4
  +++ XalanNumberFormat.hpp	7 Nov 2002 00:47:43 -0000	1.5
  @@ -234,7 +234,7 @@
   
   	XalanDOMString				m_groupingSeparator;
   
  -	int							m_groupingSize;
  +	unsigned long				m_groupingSize;
   
   	static const XalanDOMChar	s_defaultGroupingSeparator[];
   };
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org