From: Carl Hetherington Date: Wed, 28 Feb 2018 17:53:19 +0000 (+0000) Subject: Fix thinko in last commit. X-Git-Tag: v2.13.0~25 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=c66f02ac13e508deecea70898397f7e8a8d37d9e Fix thinko in last commit. --- diff --git a/test/test.cc b/test/test.cc index 59283b141..c7a8bbed6 100644 --- a/test/test.cc +++ b/test/test.cc @@ -465,6 +465,7 @@ check_one_frame (boost::filesystem::path dcp_dir, int64_t index, boost::filesyst BOOST_REQUIRE_EQUAL (ref_image->data(0)[off], image->data(0)[off]); BOOST_REQUIRE_EQUAL (ref_image->data(1)[off], image->data(1)[off]); BOOST_REQUIRE_EQUAL (ref_image->data(2)[off], image->data(2)[off]); + ++off; } } }