From 342aad2ddf893aaaafa9a2c9980579d2dc4ec125 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 5 Jan 2016 14:01:00 +0000 Subject: Try to rationalise handling of urn:uuid: prefixes. --- src/dcp.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dcp.cc') 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 */ -- cgit v1.2.3