Commit 7ecf638d authored by Antoine Cellerier's avatar Antoine Cellerier

woops

parent 009252c4
......@@ -355,6 +355,7 @@ char *FormatMeta( vlc_object_t *p_object, char *string )
lang = strdup( "-" );
}
INSERT_STRING( 1, lang );
free( lang );
break;
}
case 't':
......@@ -451,6 +452,7 @@ char *FormatMeta( vlc_object_t *p_object, char *string )
lang = strdup( "-" );
}
INSERT_STRING( 1, lang );
free( lang );
break;
}
case 'P':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment