Fix thinko causing hang in ::equals().
authorCarl Hetherington <cth@carlh.net>
Sat, 14 Jul 2018 23:03:01 +0000 (00:03 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 14 Jul 2018 23:03:01 +0000 (00:03 +0100)
src/subtitle_asset.cc

index 31cb30c9183d6b645dce06135c2a47621712e1f7..880c3120badb403d33516e08a1156337b4281255 100644 (file)
@@ -479,6 +479,9 @@ SubtitleAsset::equals (shared_ptr<const Asset> other_asset, EqualityOptions opti
                        note (DCP_ERROR, "subtitles differ");
                        return false;
                }
+
+               ++i;
+               ++j;
        }
 
        return true;