summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2007-12-10 16:38:55 +0000
committeriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2007-12-10 16:38:55 +0000
commit0bc018841cb97c2ee5b2b2a84ff055ff50c215ec (patch)
treeae986ec1c04b30c8777c5aea22d07b5658bad93d
parent1f4cafe8052498d3559e9a81310fd58c959d75d6 (diff)
src/capture_sound.c: corrected a message
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@472 f606c939-3180-4ac9-a4b8-4b8779d57d0a
-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