diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-12-19 15:33:00 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-12-19 15:33:00 +0000 |
| commit | eede81108f76fdbfcd377594b1175849b6d573c2 (patch) | |
| tree | 62caaa5ffd130cba9f1f624873a1288a81b35e4e /src/lib/subtitle_decoder.cc | |
| parent | 26f2326aaccfa7a90610c02114af6e25cbbed3bd (diff) | |
Fix missing subtitles in the list view, and possibly other problems.
Diffstat (limited to 'src/lib/subtitle_decoder.cc')
| -rw-r--r-- | src/lib/subtitle_decoder.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/subtitle_decoder.cc b/src/lib/subtitle_decoder.cc index ff6f4b9da..3e6ee92f1 100644 --- a/src/lib/subtitle_decoder.cc +++ b/src/lib/subtitle_decoder.cc @@ -104,6 +104,7 @@ SubtitleDecoder::get (list<T> const & subs, list<ContentTimePeriod> const & sp, } if (j == subs.end ()) { missing = i.from; + break; } } |
