mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 20:39:43 +02:00
--- Merging r36343 into '.':
U packages/rtl-objpas/src/inc/variants.pp --- Recording mergeinfo for merge of r36343 into '.': U . # revisions: 36343 git-svn-id: branches/fixes_3_0@36366 -
This commit is contained in:
parent
d34dcf1c60
commit
ae0e1255bb
@ -3897,7 +3897,7 @@ begin
|
||||
|
||||
index:=RequestedVarType-CMinVarType;
|
||||
if index>=L then
|
||||
SetLength(customvarianttypes,L+1);
|
||||
SetLength(customvarianttypes,index+1);
|
||||
if Assigned(customvarianttypes[index]) then
|
||||
begin
|
||||
if customvarianttypes[index]=InvalidCustomVariantType then
|
||||
|
Loading…
Reference in New Issue
Block a user