From: Carl Hetherington Date: Mon, 19 Dec 2016 15:33:00 +0000 (+0000) Subject: Fix missing subtitles in the list view, and possibly other problems. X-Git-Tag: v2.10.5-test~8 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=eede81108f76fdbfcd377594b1175849b6d573c2;p=dcpomatic.git Fix missing subtitles in the list view, and possibly other problems. --- 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 const & subs, list const & sp, } if (j == subs.end ()) { missing = i.from; + break; } }