diff options
Diffstat (limited to 'src/rmd_capture_audio.c')
-rw-r--r-- | src/rmd_capture_audio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rmd_capture_audio.c b/src/rmd_capture_audio.c index f939350..bfba547 100644 --- a/src/rmd_capture_audio.c +++ b/src/rmd_capture_audio.c @@ -115,7 +115,7 @@ void *rmdCaptureAudio(ProgData *pdata) //read data into new buffer #ifdef HAVE_LIBASOUND - while (sret<frames) { + while (sret < frames) { int temp_sret = snd_pcm_readi( pdata->sound_handle, newbuf->data + pdata->sound_framesize * sret, frames-sret); |