mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 16:09:25 +02:00
* use the type information *parameter* not the unitialized parameter
git-svn-id: trunk@38234 -
This commit is contained in:
parent
291ee4b562
commit
c87cee09fd
@ -613,7 +613,7 @@ procedure fpc_dynarray_concat_multi(var dest : pointer; pti: pointer; const sarr
|
|||||||
{eletype,}eletypemngd : pointer;
|
{eletype,}eletypemngd : pointer;
|
||||||
begin
|
begin
|
||||||
{ the destination is overwritten in each case, so clear it }
|
{ the destination is overwritten in each case, so clear it }
|
||||||
fpc_dynarray_clear(dest,ti);
|
fpc_dynarray_clear(dest,pti);
|
||||||
|
|
||||||
{ sanity check }
|
{ sanity check }
|
||||||
if length(sarr)=0 then
|
if length(sarr)=0 then
|
||||||
|
Loading…
Reference in New Issue
Block a user