* Do not add a terminating zero, since the terminating zeros are not stored in the buffer at all

git-svn-id: trunk@11274 -
This commit is contained in:
joost 2008-06-24 21:36:48 +00:00
parent fca8883f27
commit c140dae2b5

View File

@ -675,7 +675,6 @@ begin
if p > Field.Size then
p := Field.Size;
Move(Buffer^, RecBuf[0], p);
ActiveBuffer[RecordSize-1] := #0;
end;
end
else // fkCalculated, fkLookup