X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fsubrip_decoder.cc;h=e2bdc347b93b202183d483f6a606dfc665324a13;hp=4bdf06e7c331f050463a60873c19b5f0f7725dac;hb=bde76c3341775bd02da59932d285e14eade64ae0;hpb=c7b68d663ac3db10dcf2bfcc11009dce46f820dc 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; }