summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index 38d3ae06fc..c0945f1a31 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -1874,7 +1874,7 @@ static int mp_property_video(m_option_t* prop,int action,void* arg) {
else {
char lang[40] = MSGTR_Unknown;
*(char**)arg = malloc(64);
- snprintf(*(char**)arg, 64, "(%d)", video_id, lang);
+ snprintf(*(char**)arg, 64, "(%d) %s", video_id, lang);
}
return M_PROPERTY_OK;