mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 16:49:37 +01:00
* Patch from Paul Ishenin to fix tstrings.assign
git-svn-id: trunk@10770 -
This commit is contained in:
parent
86eef577f1
commit
16db18bb73
@ -567,6 +567,7 @@ begin
|
||||
FQuoteChar:=S.FQuoteChar;
|
||||
FDelimiter:=S.FDelimiter;
|
||||
FNameValueSeparator:=S.FNameValueSeparator;
|
||||
FLBS:=S.FLBS;
|
||||
AddStrings(S);
|
||||
finally
|
||||
EndUpdate;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user