Endles loop in src/Text2.cpp:955-977

Debugging I get
954:    from = 0
955:    par.size() = 28
while (from < par.size()) {
...
        from = 4
        par.isDeleted(from) = true
        par.isLineSeparator(from) = true
        to = 4
inside "while (to < par.size()"
        par.isLineSeparator(to) = true
        par.isDeleted(to) = false
        to++ ( == 5)
        par.isLineSeparator(to) = false
        par.isDeleted(to) = false
969:    num_spaces = 1
973:    num_spaces = 0
976:    deleteSpaces(par, from , to, num_spaces, trackChanges);

Repeat the while-loop at 955

        Kornel

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to