summaryrefslogtreecommitdiff
path: root/recordmydesktop
diff options
context:
space:
mode:
Diffstat (limited to 'recordmydesktop')
-rw-r--r--recordmydesktop/src/capture_sound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/recordmydesktop/src/capture_sound.c b/recordmydesktop/src/capture_sound.c
index fe85a88..0e89e21 100644
--- a/recordmydesktop/src/capture_sound.c
+++ b/recordmydesktop/src/capture_sound.c
@@ -106,7 +106,7 @@ void *CaptureSound(ProgData *pdata){
newbuf->data+framesize*sret,
frames-sret);
if(temp_sret==-EPIPE){
- fprintf(stderr,"%s: Underrun occurred.\n",
+ fprintf(stderr,"%s: Overrun occurred.\n",
snd_strerror(temp_sret));
snd_pcm_prepare(pdata->sound_handle);
}
© All Rights Reserved