diff options
Diffstat (limited to 'src/atmos_asset.cc')
| -rw-r--r-- | src/atmos_asset.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atmos_asset.cc b/src/atmos_asset.cc index ae381737..42a0774e 100644 --- a/src/atmos_asset.cc +++ b/src/atmos_asset.cc @@ -68,7 +68,7 @@ AtmosAsset::AtmosAsset (boost::filesystem::path file) , MXF (Standard::SMPTE) { ASDCP::ATMOS::MXFReader reader; - auto r = reader.OpenRead (file.string().c_str()); + auto r = reader.OpenRead(dcp::filesystem::fix_long_path(file).string().c_str()); if (ASDCP_FAILURE (r)) { boost::throw_exception (MXFFileError("could not open MXF file for reading", file.string(), r)); } |
