Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > cc8f970be8f3f9d917634bf75d52343e > files > 31

qt3-3.3.4-23mdk.src.rpm

--- qt-x11-free-3.1.0/src/kernel/qcomplextext.cpp--	2002-11-26 21:49:24.000000000 +0100
+++ qt-x11-free-3.1.0/src/kernel/qcomplextext.cpp	2002-11-26 21:49:54.000000000 +0100
@@ -1108,7 +1108,6 @@ QPtrList<QTextRun> *QComplexText::bidiRe
 				++eor; sor = eor; status.eor = QChar::DirON;
 				dir = QChar::DirR;
 			    }
-			    else
 				eor = current - 1;
 			    runs->append( new QTextRun(sor, eor, context, dir) );
 			    ++eor; sor = eor; dir = unicode[eor].direction(); status.eor = dir;