mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-08 01:18:34 +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 := TFPStrObjMap.Create;
|
||||||
FMap.OnPtrCompare := @MapPtrCompare;
|
FMap.OnPtrCompare := @MapPtrCompare;
|
||||||
FOnCompareText := @DefaultCompareText;
|
FOnCompareText := @DefaultCompareText;
|
||||||
|
CheckSpecialChars;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
destructor TStringList.Destroy;
|
destructor TStringList.Destroy;
|
||||||
|
Loading…
Reference in New Issue
Block a user