mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 12:49:33 +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;
|
||||
begin
|
||||
{ the destination is overwritten in each case, so clear it }
|
||||
fpc_dynarray_clear(dest,ti);
|
||||
fpc_dynarray_clear(dest,pti);
|
||||
|
||||
{ sanity check }
|
||||
if length(sarr)=0 then
|
||||
|
Loading…
Reference in New Issue
Block a user