* Fix compilation under Linux

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@623 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
blikblum
2008-12-08 04:02:18 +00:00
parent 408c99e79a
commit 60c664009e

View File

@ -12776,7 +12776,7 @@ begin
else else
begin begin
ReallocMem(FRoot, NewSize); ReallocMem(FRoot, NewSize);
ZeroMemory(PByte(FRoot) + OldSize, NewSize - OldSize); FillChar(PAnsiChar(PAnsiChar(FRoot) + OldSize)^, NewSize - OldSize, 0);
end; end;
with FRoot^ do with FRoot^ do