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 dc1dbe9 commit c2a0271Copy full SHA for c2a0271
src/frollapply.c
@@ -2,7 +2,7 @@
2
3
static inline void memcpy_sexp(SEXP dest, size_t offset, SEXP src, int count) {
4
switch (TYPEOF(dest)) {
5
- case INTSXP: {
+ case LGLSXP: case INTSXP: {
6
memcpy(INTEGER(dest), INTEGER_RO(src) + offset, count * sizeof(int));
7
} break;
8
case REALSXP: {
0 commit comments