Browse Source

* Fixed GetFieldData for old field-values, now the OldValuesBuffer only contains the field-values

git-svn-id: trunk@11510 -
joost 17 years ago
parent
commit
c42838a02e
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

@@ -1443,7 +1443,7 @@ begin
       result := false;
       result := false;
       exit;
       exit;
       end;
       end;
-    currbuff := FUpdateBuffer[FCurrentUpdateBuffer].OldValuesBuffer+sizeof(TBufRecLinkItem)*FMaxIndexesCount;
+    currbuff := FUpdateBuffer[FCurrentUpdateBuffer].OldValuesBuffer;
     end
     end
   else
   else
     begin
     begin