dbertoni    2003/01/22 10:35:07

  Modified:    c/src/XalanDOM XalanDOMString.cpp
  Log:
  Silence a few AIX 64-bit warnings.
  
  Revision  Changes    Path
  1.36      +1 -1      xml-xalan/c/src/XalanDOM/XalanDOMString.cpp
  
  Index: XalanDOMString.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XalanDOM/XalanDOMString.cpp,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- XalanDOMString.cpp        20 Jan 2003 22:23:30 -0000      1.35
  +++ XalanDOMString.cpp        22 Jan 2003 18:35:07 -0000      1.36
  @@ -977,7 +977,7 @@
   
                //  And transcode our temp source buffer to the local buffer. 
Terminate
                //
  -             if (wcstombs(&theTargetVector[0], theTempSource, targetLen) == 
size_t(-1))
  +             if (wcstombs(&theTargetVector[0], theTempSource, targetLen) == 
~size_t(0))
                {
                        theTargetVector.clear();
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to