Browse Source

* one letter fix to last commit.

git-svn-id: trunk@20470 -
marco 13 years ago
parent
commit
d6100fed50
1 changed files with 1 additions and 1 deletions
  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.
  // One AS is enough, and makes debugging easier.
   DblLinkIndex:=(AIndex as TDoubleLinkedBufIndex);
   DblLinkIndex:=(AIndex as TDoubleLinkedBufIndex);
   Index0:=(FIndexes[0] as TDoubleLinkedBufIndex);
   Index0:=(FIndexes[0] as TDoubleLinkedBufIndex);
-  with DblLinkAIndex do
+  with DblLinkIndex do
     begin
     begin
     IndexFields := TList.Create;
     IndexFields := TList.Create;
     DescIndexFields := TList.Create;
     DescIndexFields := TList.Create;