2
0
Эх сурвалжийг харах

* Fix erronous insertion of LTR characters inside a string

mazen 21 жил өмнө
parent
commit
c1a8b51047

+ 3 - 1
rtl/objpas/freebidi.pp

@@ -292,7 +292,9 @@ begin
     begin
       lp := lp + Length(c);
       Result += 1;
-    end;
+    end
+  else
+    Result := vp;
   if DirectionOf(Src) = drRTL
   then
     begin