Display the filename / URL that a screen certificate was obtained from (#1894).
[dcpomatic.git] / src / wx / dolby_doremi_certificate_panel.cc
index 817867cc108055bfb2d37d3747c6484047dbad24..db4cd9f6736be28cb0085385e307f83f52cb9eae 100644 (file)
@@ -199,7 +199,7 @@ DolbyDoremiCertificatePanel::do_download ()
        auto i = urls.begin ();
        auto j = files.begin ();
        while (!ok && i != urls.end ()) {
-               auto error = get_from_zip_url (*i++, *j++, true, true, boost::bind(&DownloadCertificatePanel::load_certificate, this, _1));
+               auto error = get_from_zip_url (*i++, *j++, true, true, boost::bind(&DownloadCertificatePanel::load_certificate, this, _1, _2));
                if (error) {
                        errors.push_back (error.get ());
                } else {