changeset 8304:2dcdd2ae333f

1l, opposite meaning of what's intended!
author rfelker
date Thu, 28 Nov 2002 16:15:13 +0000
parents 322f1a91a5e7
children 4c23944315d6
files libao2/ao_oss.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libao2/ao_oss.c	Thu Nov 28 16:14:08 2002 +0000
+++ b/libao2/ao_oss.c	Thu Nov 28 16:15:13 2002 +0000
@@ -117,7 +117,7 @@
 #ifdef __linux__
   /* Remove the non-blocking flag */
   if(fcntl(audio_fd, F_SETFL, 0) < 0) {
-   mp_msg(MSGT_AO,MSGL_ERR,"audio_setup: Can't make filedescriptor non-blocking: %s\n", strerror(errno));
+   mp_msg(MSGT_AO,MSGL_ERR,"audio_setup: Can't make filedescriptor blocking: %s\n", strerror(errno));
    return 0;
   }  
 #endif