tng         2003/01/02 04:32:18

  Modified:    c/src/xercesc/util/Transcoders/Iconv IconvTransService.cpp
  Log:
  Fix typo
  
  Revision  Changes    Path
  1.8       +2 -2      
xml-xerces/c/src/xercesc/util/Transcoders/Iconv/IconvTransService.cpp
  
  Index: IconvTransService.cpp
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/c/src/xercesc/util/Transcoders/Iconv/IconvTransService.cpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- IconvTransService.cpp     31 Dec 2002 18:42:11 -0000      1.7
  +++ IconvTransService.cpp     2 Jan 2003 12:32:18 -0000       1.8
  @@ -382,7 +382,7 @@
       wideCharBuf[wLent] = 0x00;
   
       // Ok, go ahead and try the transcoding. If it fails, then ...
  -    size_t mblen ::wcstombs(toFill, wideCharBuf, maxBytes);
  +    size_t mblen = ::wcstombs(toFill, wideCharBuf, maxBytes);
       if (mblen == -1)
       {
           delete [] allocatedArray;
  
  
  

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

Reply via email to