Commit 4d7e3582 authored by Gildas Bazin's avatar Gildas Bazin

* modules/demux/vobsub.c: fixed bug pointed to by gcc warnings.

parent 82b181de
......@@ -444,7 +444,7 @@ static int ParseVobSubIDX( demux_t *p_demux )
}
else if( !strncmp( "id:", line, 3 ) )
{
char *language[20];
char language[20];
int i_track_id;
es_format_t fmt;
......
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