2
0
Эх сурвалжийг харах

* revert accidentally modified file.

git-svn-id: trunk@49491 -
marco 4 жил өмнө
parent
commit
4895133646

+ 1 - 1
packages/fcl-db/src/base/db.pas

@@ -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;