We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee3e7e0 commit e03b289Copy full SHA for e03b289
1 file changed
src/plist.c
@@ -611,10 +611,9 @@ static Obj TypePlistEmpty(Obj list)
611
static Obj TypePlistHomHelper(Obj family, UInt tnum, UInt knr, Obj list)
612
{
613
// make sure tnum reflects mutability
614
+ knr = 2*(tnum - knr) + 1;
615
if (!IS_MUTABLE_OBJ(list))
- tnum |= IMMUTABLE;
616
-
617
- knr = tnum - knr + 1;
+ knr++;
618
619
// get the list types of that family
620
Obj types = TYPES_LIST_FAM(family);
0 commit comments