mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 22:49:35 +02:00
* revert accidentally modified file.
git-svn-id: trunk@49491 -
This commit is contained in:
parent
09290da51e
commit
4895133646
@ -2554,7 +2554,7 @@ end;
|
||||
procedure TIndexDef.SetDescFields(const AValue: string);
|
||||
begin
|
||||
if FDescFields=AValue then exit;
|
||||
if AValue <> '' then FOptions[A:=FOptions + [ixDescending];
|
||||
if AValue <> '' then FOptions:=FOptions + [ixDescending];
|
||||
FDescFields:=AValue;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user