Skip to content

Commit d9de325

Browse files
restore diff lost to sloppy merge
1 parent c240e4a commit d9de325

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/fread.c

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2683,8 +2683,11 @@ int freadMain(freadMainArgs _args) {
26832683
}
26842684
// else nrowLimit applied and stopped early normally
26852685
}
2686-
2687-
2686+
2687+
// tell progress meter to finish up; e.g. write final newline
2688+
// if there's a reread, the progress meter will start again from 0
2689+
if (args.showProgress) progress(100, 0);
2690+
26882691
if (firstTime) {
26892692
tReread = tRead = wallclock();
26902693

0 commit comments

Comments
 (0)