summaryrefslogtreecommitdiff
path: root/src/dcp.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/dcp.cc')
-rw-r--r--src/dcp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dcp.cc b/src/dcp.cc
index 40d288b8..2aa1d575 100644
--- a/src/dcp.cc
+++ b/src/dcp.cc
@@ -112,7 +112,7 @@ DCP::read (bool keep_going, ReadErrors* errors)
if (starts_with (p, "file://")) {
p = p.substr (7);
}
- paths.insert (make_pair (i->string_child ("Id"), p));
+ paths.insert (make_pair (remove_urn_uuid (i->string_child ("Id")), p));
}
/* Read all the assets from the asset map */