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 870e657 commit 1a298caCopy full SHA for 1a298ca
src/fcast.c
@@ -20,7 +20,7 @@ SEXP fcast(SEXP lhs, SEXP val, SEXP nrowArg, SEXP ncolArg, SEXP idxArg, SEXP fil
20
const SEXP thiscol = VECTOR_ELT(val, i);
21
SEXP thisfill = fill;
22
const SEXPTYPE thistype = TYPEOF(thiscol);
23
- int nprotect = NULL;
+ int nprotect = 0;
24
if (some_fill) {
25
if (isNull(fill)) {
26
if (LOGICAL(is_agg)[0]) {
0 commit comments