From 81ed0ebb725a7b5fec00ae209ba8b0d70ebc4ee1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 16 Aug 2016 16:24:07 +0100 Subject: Always use ID in custom filenames. --- src/dcp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dcp.h') diff --git a/src/dcp.h b/src/dcp.h index 2f297d82..e2919a38 100644 --- a/src/dcp.h +++ b/src/dcp.h @@ -113,7 +113,7 @@ public: Standard standard, XMLMetadata metadata = XMLMetadata (), boost::shared_ptr signer = boost::shared_ptr (), - NameFormat name_format = NameFormat("%t_%i") + NameFormat name_format = NameFormat("%t") ); void resolve_refs (std::list > assets); -- cgit v1.2.3