mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-10 14:29:16 +02:00
* Fix erronous insertion of LTR characters inside a string
This commit is contained in:
parent
892daa42ec
commit
c1a8b51047
@ -292,7 +292,9 @@ begin
|
|||||||
begin
|
begin
|
||||||
lp := lp + Length(c);
|
lp := lp + Length(c);
|
||||||
Result += 1;
|
Result += 1;
|
||||||
end;
|
end
|
||||||
|
else
|
||||||
|
Result := vp;
|
||||||
if DirectionOf(Src) = drRTL
|
if DirectionOf(Src) = drRTL
|
||||||
then
|
then
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user