Ignore:
Timestamp:
Feb 24, 2013, 1:38:08 AM (12 years ago)
Author:
Dmitry A. Kuminov
Message:

corelib: Remove strange assert.

Fixes aborting of the debug builds when writing XML.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/corelib/codecs/qtextcodec.cpp

    r846 r1110  
    664664        } else if (rc == ULS_ILLEGALSEQUENCE && state) {
    665665            // buffer ends in a surrogate
    666             Q_ASSERT(ucLeft == 2);
    667666            state->state_data[0] = *ucPtr;
    668667            state->remainingChars = 1;
Note: See TracChangeset for help on using the changeset viewer.