summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-08-15 12:38:00 +0100
committerCarl Hetherington <cth@carlh.net>2018-08-15 12:38:00 +0100
commitd9561404372d187ea7813389ac69545de614f259 (patch)
treed6cfbfa812adb3f4559f702bcfdd39541966db9b /src
parent968899937f96a7f72d4acce788da6b701db3a74c (diff)
Build fixes.
Diffstat (limited to 'src')
-rw-r--r--src/wx/gdc_certificate_panel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/gdc_certificate_panel.cc b/src/wx/gdc_certificate_panel.cc
index b4352dff4..d4b82d199 100644
--- a/src/wx/gdc_certificate_panel.cc
+++ b/src/wx/gdc_certificate_panel.cc
@@ -48,7 +48,7 @@ GDCCertificatePanel::do_download ()
"ftp://%1:%2@ftp.gdc-tech.com/SHA256/A%3",
Config::instance()->gdc_username().get(),
Config::instance()->gdc_password().get(),
- serial
+ wx_to_std(_serial->GetValue())
);
optional<string> error = get_from_url (url, true, boost::bind (&DownloadCertificatePanel::load, this, _1));