Ubuntu 20.04 packaging.
[dcpomatic.git] / src / wx / dolby_doremi_certificate_panel.cc
index ea0207a9ba067875decfd86654c4707e85b1b947..c37b42e43796193d4fe1276094aca11ab77a7b70 100644 (file)
@@ -177,7 +177,7 @@ DolbyDoremiCertificatePanel::do_download ()
        list<string>::const_iterator i = urls.begin ();
        list<string>::const_iterator j = files.begin ();
        while (!ok && i != urls.end ()) {
-               optional<string> error = get_from_zip_url (*i++, *j++, true, boost::bind (&DownloadCertificatePanel::load, this, _1));
+               optional<string> error = get_from_zip_url (*i++, *j++, true, true, boost::bind (&DownloadCertificatePanel::load, this, _1));
                if (error) {
                        errors.push_back (error.get ());
                } else {