mirror of
https://github.com/alsa-project/alsa-utils
synced 2025-01-03 16:59:43 +01:00
Fixed thinko
This commit is contained in:
parent
5085796784
commit
d57f1ef166
1 changed files with 2 additions and 1 deletions
|
@ -1603,7 +1603,8 @@ void capture_go(int fd, size_t count, int rtype, char *name)
|
|||
static void playback(char *name)
|
||||
{
|
||||
int fd, ofs;
|
||||
size_t dta, dtawave;
|
||||
size_t dta;
|
||||
ssize_t dtawave;
|
||||
|
||||
count = calc_count();
|
||||
snd_pcm_flush(handle);
|
||||
|
|
Loading…
Reference in a new issue