diff libao2/ao_oss.c @ 8304:2dcdd2ae333f

1l, opposite meaning of what's intended!
author rfelker
date Thu, 28 Nov 2002 16:15:13 +0000
parents 322f1a91a5e7
children 30bef3c97b8b
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