From: Carl Hetherington Date: Sun, 1 Dec 2019 14:25:54 +0000 (+0100) Subject: Merge branch 'master' of ssh://git.carlh.net/home/carl/git/libdcp X-Git-Tag: v1.8.0~430 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=6394dada7c30a6dea55c5ce060559cad3ef033fa;hp=29e2aa10c3985b8b86a389d1359c2cf149aff0ca;p=libdcp.git Merge branch 'master' of ssh://git.carlh.net/home/carl/git/libdcp --- diff --git a/src/dcp.cc b/src/dcp.cc index a91aa671..c5ad21c4 100644 --- a/src/dcp.cc +++ b/src/dcp.cc @@ -194,9 +194,10 @@ DCP::read (bool keep_going, ReadErrors* errors, bool ignore_incorrect_picture_mx claims to come from ClipsterDCI 5.10.0.5. */ survivable_error (keep_going, errors, EmptyAssetPathError(i->first)); + continue; } - if (i->second.empty() || !boost::filesystem::exists(path)) { + if (!boost::filesystem::exists(path)) { survivable_error (keep_going, errors, MissingAssetError (path)); continue; }