Use the <Id> read in when the Reel was created from XML (if appropriate)
[libdcp.git] / src / util.cc
index ba9e6fa227c51276dd638c4aa843e6e4026f1769..f755c21e5903f3ae55df23d6004393eee10b42cf 100644 (file)
@@ -176,7 +176,7 @@ dcp::init ()
 
 #ifdef XMLSEC_CRYPTO_DYNAMIC_LOADING
        if (xmlSecCryptoDLLoadLibrary(BAD_CAST "openssl") < 0) {
-               throw MiscError (String::compose("unable to load openssl xmlsec-crypto library"));
+               throw MiscError ("unable to load openssl xmlsec-crypto library");
        }
 #endif