mirror of
https://github.com/alsa-project/alsa-utils
synced 2025-01-03 19:29:47 +01:00
aplay: add fflush(stdout) for -vvv verbosity
See bug#2454
This commit is contained in:
parent
6eab674b05
commit
e32785dd55
1 changed files with 1 additions and 0 deletions
|
@ -1239,6 +1239,7 @@ static void compute_max_peak(u_char *data, size_t count)
|
||||||
else
|
else
|
||||||
putchar(' ');
|
putchar(' ');
|
||||||
printf(" %i%%\n", perc);
|
printf(" %i%%\n", perc);
|
||||||
|
fflush(stdout);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue