summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/stereo_picture_asset.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stereo_picture_asset.cc b/src/stereo_picture_asset.cc
index 47a41cc2..85921f9c 100644
--- a/src/stereo_picture_asset.cc
+++ b/src/stereo_picture_asset.cc
@@ -46,7 +46,7 @@ StereoPictureAsset::equals (shared_ptr<const Asset> other, EqualityOptions opt,
ASDCP::JP2K::MXFSReader reader_B;
r = reader_B.OpenRead (other->path().string().c_str());
if (ASDCP_FAILURE (r)) {
- boost::throw_exception (MXFFileError ("could not open MXF file for reading", path().string(), r));
+ boost::throw_exception (MXFFileError ("could not open MXF file for reading", other->path().string(), r));
}
ASDCP::JP2K::PictureDescriptor desc_A;