Skip to content
Snippets Groups Projects
Commit cb6acde8 authored by Mick Jordan's avatar Mick Jordan
Browse files

fix to previous commit

parent fc762c7a
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ public class RPairList extends RAttributeStorage implements RAbstractContainer { ...@@ -73,7 +73,7 @@ public class RPairList extends RAttributeStorage implements RAbstractContainer {
} }
/** /**
* Creates a pairlist of length {@code n > 0}. * Creates a pairlist of length {@code n > 0} of type {@code LANGSXP}.
*/ */
public static RPairList create(int n) { public static RPairList create(int n) {
assert n > 0; assert n > 0;
...@@ -88,6 +88,7 @@ public class RPairList extends RAttributeStorage implements RAbstractContainer { ...@@ -88,6 +88,7 @@ public class RPairList extends RAttributeStorage implements RAbstractContainer {
} }
pl = next; pl = next;
} }
head.type = SEXPTYPE.LANGSXP;
return head; return head;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment