Changeset 1110 for trunk/src/corelib/codecs/qtextcodec.cpp
- Timestamp:
- Feb 24, 2013, 1:38:08 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/corelib/codecs/qtextcodec.cpp
r846 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.