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 8924a4b8..df5c89b4 100644
--- a/src/dcp.cc
+++ b/src/dcp.cc
@@ -445,7 +445,7 @@ DCP::write_xml (shared_ptr<const CertificateChain> signer, NameFormat name_forma
NameFormat::Map values;
values['t'] = "pkl";
auto pkl_path = _directory / name_format.get(values, "_" + pkl->id() + ".xml");
- pkl->write (pkl_path, signer);
+ pkl->write_xml (pkl_path, signer);
if (!_asset_map) {
_asset_map = AssetMap(