diff options
Diffstat (limited to 'src/wx/gdc_certificate_panel.cc')
| -rw-r--r-- | src/wx/gdc_certificate_panel.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/gdc_certificate_panel.cc b/src/wx/gdc_certificate_panel.cc index 7e81c5a60..e937cff2a 100644 --- a/src/wx/gdc_certificate_panel.cc +++ b/src/wx/gdc_certificate_panel.cc @@ -56,8 +56,8 @@ GDCCertificatePanel::do_download () { string serial = wx_to_std (_serial->GetValue()); trim(serial); - string url = String::compose( - "ftp://%1:%2@ftp.gdc-tech.com/SHA256/%3.crt.pem", + string url = fmt::format( + "ftp://{}:{}@ftp.gdc-tech.com/SHA256/{}.crt.pem", Config::instance()->gdc_username().get(), Config::instance()->gdc_password().get(), serial |
