Basics of DCP subtitle import.
[dcpomatic.git] / src / lib / subrip_decoder.cc
index 4bdf06e7c331f050463a60873c19b5f0f7725dac..e2bdc347b93b202183d483f6a606dfc665324a13 100644 (file)
@@ -75,7 +75,7 @@ SubRipDecoder::pass ()
        }
 
        text_subtitle (out);
-       _next++;
+       ++_next;
        return false;
 }