[Mplayer-cvslog] CVS: main/libao2 ao_oss.c,1.34,1.35
Richard Felker CVS
rfelker at mplayerhq.hu
Thu Nov 28 17:15:18 CET 2002
Update of /cvsroot/mplayer/main/libao2
In directory mail:/var/tmp.root/cvs-serv13045/libao2
Modified Files:
ao_oss.c
Log Message:
1l, opposite meaning of what's intended!
Index: ao_oss.c
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/ao_oss.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ao_oss.c 28 Nov 2002 16:14:08 -0000 1.34
+++ ao_oss.c 28 Nov 2002 16:15:13 -0000 1.35
@@ -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
More information about the MPlayer-cvslog
mailing list