mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 01:30:33 +01:00
* fixed fillchar parameters
git-svn-id: trunk@1257 -
This commit is contained in:
parent
79ea4bb52f
commit
1b6364ceba
@ -82,7 +82,7 @@ begin
|
||||
begin
|
||||
FPCRuntimeResourceInfoArray:=GetMem(SizeOf(TFPCRuntimeResourceInfo)*ResInfoCount);
|
||||
{ we must zero out this because name is an ansistring }
|
||||
fillchar(FPCRuntimeResourceInfoArray^,0,SizeOf(TFPCRuntimeResourceInfo)*ResInfoCount);
|
||||
fillchar(FPCRuntimeResourceInfoArray^,SizeOf(TFPCRuntimeResourceInfo)*ResInfoCount,0);
|
||||
|
||||
for i:=0 to ResInfoCount-1 do
|
||||
begin
|
||||
|
||||
Loading…
Reference in New Issue
Block a user