diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-16 16:24:07 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-16 16:24:07 +0100 |
| commit | 81ed0ebb725a7b5fec00ae209ba8b0d70ebc4ee1 (patch) | |
| tree | 41609bbfaf9364b615d6d2178ebea9f3da4451a2 /src/dcp.h | |
| parent | f98f4f58e0b76cf60747897cbb8e488d8e29597a (diff) | |
Always use ID in custom filenames.
Diffstat (limited to 'src/dcp.h')
| -rw-r--r-- | src/dcp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -113,7 +113,7 @@ public: Standard standard, XMLMetadata metadata = XMLMetadata (), boost::shared_ptr<const CertificateChain> signer = boost::shared_ptr<const CertificateChain> (), - NameFormat name_format = NameFormat("%t_%i") + NameFormat name_format = NameFormat("%t") ); void resolve_refs (std::list<boost::shared_ptr<Asset> > assets); |
