Skip to content

Commit

Permalink
Update ConvVCF2GDS.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengxwen committed Dec 25, 2024
1 parent 9496df7 commit 87d0138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConvVCF2GDS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,7 @@ COREARRAY_DLL_EXPORT SEXP SEQ_VCF_NumLines(SEXP File, SEXP SkipHead,
{
m0 = 0;
Rprintf(".");
if (CheckInterrupt()) Rf_error("User interrupt.");
if (CheckInterrupt()) Rf_error("Interrupted by the user.");
if ((++m1) % 50 == 0)
Rprintf(" %ldK [%s]\n", (long int)n/1000, datetime_str());
}
Expand Down

0 comments on commit 87d0138

Please sign in to comment.