stream_radio: suppress error with -Werror=format-security compilation flag

Signed-off-by: wm4 <wm4@nowhere>
This commit is contained in:
Miro Hrončok 2013-12-22 20:52:17 +01:00 committed by wm4
parent 79b09592c8
commit c31ce789c5
1 changed files with 1 additions and 1 deletions

View File

@ -864,7 +864,7 @@ static int open_s(stream_t *stream,int mode)
MP_VERBOSE(priv, "\n");
if(priv->driver)
MP_INFO(priv, priv->driver->info);
MP_INFO(priv, "%s", priv->driver->info);
else{
MP_INFO(priv, "Unknown driver name: %s\n",priv->radio_param->driver);
close_s(stream);