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.
1 parent 40191d7 commit 3758316Copy full SHA for 3758316
src/mergelist.c
@@ -71,7 +71,7 @@ SEXP cbindlist(SEXP x, SEXP copyArg) {
71
setAttrib(ans, sym_index, index);
72
SEXP names = PROTECT(allocVector(STRSXP, nans));
73
for (int i=0, ians=0; i<nx; ++i) {
74
- int protect i =0;
+ int protecti =0;
75
SEXP thisx = VECTOR_ELT(x, i);
76
SEXP thisnames = PROTECT(getAttrib(thisx, R_NamesSymbol)); protecti++
77
for (int j=0; j<nnx[i]; ++j, ++ians) {
0 commit comments