1l, opposite meaning of what's intended!

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8305 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rfelker 2002-11-28 16:15:13 +00:00
parent 0ca2d2a80b
commit 837893b654
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ static int init(int rate,int channels,int format,int flags){
#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