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/04/13 03:48:05 UTC

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

dbertoni    01/04/12 18:48:05

  Modified:    c/src/PlatformSupport XalanDOMStringPool.cpp
  Log:
  Added cast.
  
  Revision  Changes    Path
  1.7       +1 -1      xml-xalan/c/src/PlatformSupport/XalanDOMStringPool.cpp
  
  Index: XalanDOMStringPool.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/XalanDOMStringPool.cpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- XalanDOMStringPool.cpp	2001/03/29 22:12:06	1.6
  +++ XalanDOMStringPool.cpp	2001/04/13 01:48:05	1.7
  @@ -164,7 +164,7 @@
   	}
   	else
   	{
  -		const unsigned int	theActualLength = theLength == -1 ? length(theString) : theLength;
  +		const unsigned int	theActualLength = theLength == unsigned(-1) ? length(theString) : theLength;
   
   		// Find the string...
   		const IndexMapType::const_iterator	i =
  
  
  

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