mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 16:49:42 +02:00
* Call specialchars in TStringList constructor
git-svn-id: trunk@15116 -
This commit is contained in:
parent
3035632ec1
commit
bc735a639f
@ -1319,6 +1319,7 @@ begin
|
||||
FMap := TFPStrObjMap.Create;
|
||||
FMap.OnPtrCompare := @MapPtrCompare;
|
||||
FOnCompareText := @DefaultCompareText;
|
||||
CheckSpecialChars;
|
||||
end;
|
||||
|
||||
destructor TStringList.Destroy;
|
||||
|
Loading…
Reference in New Issue
Block a user