Skip to content

Commit 333885d

Browse files
author
ripley
committed
Rboolean not int
git-svn-id: https://svn.r-project.org/R/trunk@87788 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 27f1b35 commit 333885d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/sys-std.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ int R_SelectEx(int n, fd_set *readfds, fd_set *writefds,
128128
else {
129129
volatile sel_intr_handler_t myintr = intr != NULL ?
130130
intr : onintr;
131-
volatile int old_interrupts_suspended = R_interrupts_suspended;
131+
volatile Rboolean old_interrupts_suspended = R_interrupts_suspended;
132132
volatile double base_time = currentTime();
133133
struct timeval tm;
134134
if (timeout != NULL)

0 commit comments

Comments
 (0)