We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c975c14 + e4e5d8c commit 5952dd8Copy full SHA for 5952dd8
src/mergelist.c
@@ -73,7 +73,7 @@ SEXP cbindlist(SEXP x, SEXP copyArg) {
73
for (int i=0, ians=0; i<nx; ++i) {
74
int protecti =0;
75
SEXP thisx = VECTOR_ELT(x, i);
76
- SEXP thisnames = PROTECT(getAttrib(thisx, R_NamesSymbol)); protecti++
+ SEXP thisnames = PROTECT(getAttrib(thisx, R_NamesSymbol)); protecti++;
77
for (int j=0; j<nnx[i]; ++j, ++ians) {
78
SEXP thisxcol;
79
if (copy) {
0 commit comments