mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:35:42 +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
|
||||
putchar(' ');
|
||||
printf(" %i%%\n", perc);
|
||||
fflush(stdout);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue