FIX:fixed issue of import french files failing

jira:[model mall]

Change-Id: I4cb9bfc0b75484ed6f1a39845c677260c5616019
This commit is contained in:
tao wang 2023-09-20 14:31:51 +08:00 committed by Lane.Wei
parent 3e19a483cb
commit ee9ddbf834
3 changed files with 21 additions and 22 deletions

View file

@ -1039,7 +1039,7 @@ void GUI_App::post_init()
BOOST_LOG_TRIVIAL(info) << __FUNCTION__ << boost::format("download_url %1%") % download_url;
if (!download_url.empty()) {
m_download_file_url = from_u8(download_url).ToStdString();
m_download_file_url = from_u8(download_url);
}
}