Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > by-pkgid > cb5cb393fb2cff46997de4bce8173fc9 > files > 31

qt3-3.3.4-23.2.20060mdk.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;