# HG changeset patch # User eugeni # Date 1169131832 0 # Node ID 2992c0eda0ecd036eae6ed70162b25c4ebaeca9a # Parent 65cff1c914cb48cc3ad7d4dcb3bc4b7de66e87c1 In .srt, any line containing only spaces and tabs marks the end of the current subtitle. diff -r 65cff1c914cb -r 2992c0eda0ec subreader.c --- a/subreader.c Thu Jan 18 09:03:42 2007 +0000 +++ b/subreader.c Thu Jan 18 14:50:32 2007 +0000 @@ -355,10 +355,13 @@ 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;