Skip to content

Commit 1a298ca

Browse files
committed
yikes, embarrassing
1 parent 870e657 commit 1a298ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fcast.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ SEXP fcast(SEXP lhs, SEXP val, SEXP nrowArg, SEXP ncolArg, SEXP idxArg, SEXP fil
2020
const SEXP thiscol = VECTOR_ELT(val, i);
2121
SEXP thisfill = fill;
2222
const SEXPTYPE thistype = TYPEOF(thiscol);
23-
int nprotect = NULL;
23+
int nprotect = 0;
2424
if (some_fill) {
2525
if (isNull(fill)) {
2626
if (LOGICAL(is_agg)[0]) {

0 commit comments

Comments
 (0)