mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 21:09:50 +02:00
* Only align data when needed
git-svn-id: trunk@11270 -
This commit is contained in:
parent
864f01ebea
commit
aa23bebeb0
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user