mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-25 23:29:47 +02:00
* 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:
parent
fca8883f27
commit
c140dae2b5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user