From bde76c3341775bd02da59932d285e14eade64ae0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 10 Jul 2014 11:27:26 +0100 Subject: Basics of DCP subtitle import. --- src/lib/subrip_decoder.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/subrip_decoder.cc') diff --git a/src/lib/subrip_decoder.cc b/src/lib/subrip_decoder.cc index 4bdf06e7c..e2bdc347b 100644 --- a/src/lib/subrip_decoder.cc +++ b/src/lib/subrip_decoder.cc @@ -75,7 +75,7 @@ SubRipDecoder::pass () } text_subtitle (out); - _next++; + ++_next; return false; } -- cgit v1.2.3