Skip to content

Commit c2a0271

Browse files
include LGLSXP
1 parent dc1dbe9 commit c2a0271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frollapply.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
static inline void memcpy_sexp(SEXP dest, size_t offset, SEXP src, int count) {
44
switch (TYPEOF(dest)) {
5-
case INTSXP: {
5+
case LGLSXP: case INTSXP: {
66
memcpy(INTEGER(dest), INTEGER_RO(src) + offset, count * sizeof(int));
77
} break;
88
case REALSXP: {

0 commit comments

Comments
 (0)