This commit is contained in:
theluyuan 2024-03-28 20:46:23 +08:00
parent 97a379a560
commit c24d614227

View File

@ -1149,7 +1149,7 @@ int main (int argc, char *argv[])
/* Progress indicator */
if (i % (count_frames / progress_step) == 0)
{
fprintf(stderr, "Progress: %d/%d - Lines: %d\r\n", i - init_frame, count_frames, num_of_events);
printf(stderr, "Progress: %d/%d - Lines: %d\r\n", i - init_frame, count_frames, num_of_events);
}
/* If we are outside any lines, check for empty frames first */