Changeset 1110 for trunk/src/corelib
- Timestamp:
- Feb 24, 2013, 1:38:08 AM (13 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/src/corelib/codecs/qtextcodec.cpp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/src/corelib/codecs/qtextcodec.cppr846 r1110 664 664 } else if (rc == ULS_ILLEGALSEQUENCE && state) { 665 665 // buffer ends in a surrogate 666 Q_ASSERT(ucLeft == 2);667 666 state->state_data[0] = *ucPtr; 668 667 state->remainingChars = 1; 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
