summaryrefslogtreecommitdiff
path: root/src/util.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-02-03 16:43:01 +0100
committerCarl Hetherington <cth@carlh.net>2020-02-03 16:43:01 +0100
commitada2065df461ae9e56165e93e02b901c67a8bea3 (patch)
treeaac27f1d0e6ef544a07d2231a2ab40ba65404504 /src/util.cc
parent56ab90d4e9fde3be3a34947e4a48937326566fb3 (diff)
Try to fix build of previous.
Diffstat (limited to 'src/util.cc')
-rw-r--r--src/util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.cc b/src/util.cc
index c79b8160..66a03194 100644
--- a/src/util.cc
+++ b/src/util.cc
@@ -176,7 +176,7 @@ dcp::init ()
#ifdef XMLSEC_CRYPTO_DYNAMIC_LOADING
if (xmlSecCryptoDLLoadLibrary(BAD_CAST XMLSEC_CRYPTO) < 0) {
- throw MiscError (String::compose("unable to load default xmlsec-crypto library '%1'", XMLSEC_CRYPTO));
+ throw MiscError (String::compose("unable to load default xmlsec-crypto library '%1'", string(XMLSEC_CRYPTO)));
}
#endif