From 837893b654265fed2db2e56a6325eccce903f494 Mon Sep 17 00:00:00 2001 From: rfelker Date: Thu, 28 Nov 2002 16:15:13 +0000 Subject: 1l, opposite meaning of what's intended! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8305 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libao2/ao_oss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libao2/ao_oss.c b/libao2/ao_oss.c index e090b56f96..0fb65c1ca3 100644 --- a/libao2/ao_oss.c +++ b/libao2/ao_oss.c @@ -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 -- cgit v1.2.3