mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-02-04 12:14:50 +01:00
* Fix wrong use of options
git-svn-id: trunk@32964 -
This commit is contained in:
parent
c1e876f525
commit
59a55ea07d
@ -2844,7 +2844,7 @@ begin
|
||||
WriteString(ASection,KeyCaseInsFields,CaseInsFields);
|
||||
WriteString(ASection,KeyDescFields,DescFields);
|
||||
WriteString(ASection,KeySource,Source);
|
||||
O:=Integer(Options);
|
||||
O:=Integer(self.Options);
|
||||
T:=TypeInfo(TIndexOptions);
|
||||
WriteString(ASection,KeyOptions,SetToString(T,O,False));
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user