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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to