Browse Source

* one letter fix to last commit.

git-svn-id: trunk@20470 -
marco 13 năm trước cách đây
mục cha
commit
d6100fed50
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/fcl-db/src/base/bufdataset.pas

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

@@ -903,7 +903,7 @@ begin
  // One AS is enough, and makes debugging easier.
   DblLinkIndex:=(AIndex as TDoubleLinkedBufIndex);
   Index0:=(FIndexes[0] as TDoubleLinkedBufIndex);
-  with DblLinkAIndex do
+  with DblLinkIndex do
     begin
     IndexFields := TList.Create;
     DescIndexFields := TList.Create;