From 834c3f38e5127c6182445a2afd2c92c9e121ed85 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 5 Mar 2023 23:32:50 +0100 Subject: Fix default value of include_mca_subdescriptors in dcp.h --- src/dcp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/dcp.h b/src/dcp.h index 8ce6a96d..bf9b3aaf 100644 --- a/src/dcp.h +++ b/src/dcp.h @@ -157,7 +157,7 @@ public: */ void write_xml( std::shared_ptr signer = std::shared_ptr(), - bool include_mca_subdescriptors = false, + bool include_mca_subdescriptors = true, NameFormat name_format = NameFormat("%t") ); -- cgit v1.2.3