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 2001/09/26 23:57:07 UTC

cvs commit: xml-xalan/c/src/PlatformSupport XalanTranscodingServices.cpp

dbertoni    01/09/26 14:57:07

  Modified:    c/src/PlatformSupport XalanTranscodingServices.cpp
  Log:
  32/64-bit fixes.
  
  Revision  Changes    Path
  1.11      +1 -1      xml-xalan/c/src/PlatformSupport/XalanTranscodingServices.cpp
  
  Index: XalanTranscodingServices.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/XalanTranscodingServices.cpp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- XalanTranscodingServices.cpp	2001/09/18 14:44:40	1.10
  +++ XalanTranscodingServices.cpp	2001/09/26 21:57:07	1.11
  @@ -206,7 +206,7 @@
   XalanTranscodingServices::makeNewTranscoder(
   			const XalanDOMString&	theEncodingName,
   			eCode&					theResult,
  -			unsigned int			theBlockSize)
  +			size_t					theBlockSize)
   {
   	assert(XMLPlatformUtils::fgTransService != 0);
   
  
  
  

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