summaryrefslogtreecommitdiff
path: root/src/cpl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpl.cc')
-rw-r--r--src/cpl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpl.cc b/src/cpl.cc
index 29214ca6..12fdf102 100644
--- a/src/cpl.cc
+++ b/src/cpl.cc
@@ -70,7 +70,7 @@ CPL::CPL (boost::filesystem::path directory, string file, list<PathAssetMap> ass
try {
cpl.reset (new parse::CPL (file));
} catch (FileError& e) {
- boost::throw_exception (FileError ("could not load CPL file", file));
+ boost::throw_exception (FileError ("could not load CPL file", file, e.number ()));
}
/* Now cherry-pick the required bits into our own data structure */