summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
Diffstat (limited to 'stream')
-rw-r--r--stream/stream_radio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream_radio.c b/stream/stream_radio.c
index d6d7319ea9..315b28a613 100644
--- a/stream/stream_radio.c
+++ b/stream/stream_radio.c
@@ -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);