Skip to content

Commit ae6a3c2

Browse files
call flush.console() (#5592)
1 parent b010c4d commit ae6a3c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/between.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ inrange = function(x,lower,upper,incbounds=TRUE) {
8484
options(datatable.verbose=verbose)
8585
if (verbose) {last.started.at=proc.time();catf("Generating final logical vector ... ");flush.console()}
8686
.Call(Cinrange, idx <- vector("logical", length(x)), xo, ans[["starts"]], ans[["lens"]])
87-
if (verbose) {catf("done in %s\n",timetaken(last.started.at)); flush.console}
87+
if (verbose) {catf("done in %s\n",timetaken(last.started.at)); flush.console()}
8888
idx
8989
}
9090

0 commit comments

Comments
 (0)