Browse Source

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

git-svn-id: trunk@17076 -
marco 14 years ago
parent
commit
9a722411ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-db/src/base/fields.inc

+ 1 - 1
packages/fcl-db/src/base/fields.inc

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