소스 검색

* revert accidentally modified file.

git-svn-id: trunk@49491 -
marco 4 년 전
부모
커밋
4895133646
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/fcl-db/src/base/db.pas

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