diff --git a/subreader.c b/subreader.c index 511356a3a1..91d3707bc3 100644 --- a/subreader.c +++ b/subreader.c @@ -355,10 +355,13 @@ static subtitle *sub_read_line_subviewer(stream_t *st,subtitle *current) { current->start = a1*360000+a2*6000+a3*100+a4/10; current->end = b1*360000+b2*6000+b3*100+b4/10; for (i=0; itext[i]=malloc (len+1); if (!current->text[i]) return ERR;