From 9e9a76fd38ec8e0aa6f650e175e1d770d4dc931f Mon Sep 17 00:00:00 2001 From: cehoyos Date: Wed, 8 Aug 2007 22:30:51 +0000 Subject: Fix warning: too many arguments for format git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24039 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream_radio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/stream_radio.c') diff --git a/stream/stream_radio.c b/stream/stream_radio.c index a232f03c0f..070dd19d4b 100644 --- a/stream/stream_radio.c +++ b/stream/stream_radio.c @@ -846,7 +846,7 @@ static int init_audio(radio_priv_t *priv) #endif if(audio_in_init(&priv->audio_in, is_oss?AUDIO_IN_OSS:AUDIO_IN_ALSA)<0){ - mp_msg(MSGT_RADIO, MSGL_ERR, MSGTR_RADIO_AudioInInitFailed,strerror(errno)); + mp_msg(MSGT_RADIO, MSGL_ERR, MSGTR_RADIO_AudioInInitFailed); } audio_in_set_device(&priv->audio_in, priv->radio_param->adevice); -- cgit v1.2.3