Browse Source

* Only align data when needed

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

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

@@ -1196,7 +1196,6 @@ begin
       ftWideMemo : result := sizeof(TBufBlobField)
   else Result := 10
   end;
-  result:=Align(result,4);
 {$IFDEF FPC_REQUIRES_PROPER_ALIGNMENT}
   result:=Align(result,4);
 {$ENDIF}