Skip to content

Commit 8a0853d

Browse files
author
luke
committed
Use GROWABLE_BIT_SET instead of IS_GROWABLE in data.table workaround.
git-svn-id: https://svn.r-project.org/R/trunk@89044 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 575a4e2 commit 8a0853d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/duplicate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
* the value duplicated. */
4242

4343
#define COPY_TRUELENGTH(to, from) do { \
44-
if (! IS_GROWABLE(from)) \
44+
if (! GROWABLE_BIT_SET(from)) \
4545
SET_TRUELENGTH(to, XTRUELENGTH(from)); \
4646
} while (0)
4747

0 commit comments

Comments
 (0)