* patch from Paul for further vista/win64 API enhancements (mantis 17958)

git-svn-id: trunk@17076 -
This commit is contained in:
marco 2011-03-05 00:11:20 +00:00
parent 448e708fd7
commit 9a722411ab

View File

@ -1070,7 +1070,7 @@ function TStringField.GetDataSize: Integer;
begin
if DataType=ftFixedChar then
Result:=Size
Result:=Size+1
else
Result:=Size+1;
end;