mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-09 21:09:29 +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
|
||||
lp := lp + Length(c);
|
||||
Result += 1;
|
||||
end;
|
||||
end
|
||||
else
|
||||
Result := vp;
|
||||
if DirectionOf(Src) = drRTL
|
||||
then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user