mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2025-07-07 10:28:22 +00:00
Merge pull request #493
f3724ae
Fix startup crash when using a locale boost does not like (moneromooo-monero)0c1dae3
i18n: allow language to be passed as a parameter (moneromooo-monero)
This commit is contained in:
commit
9276233b9e
9 changed files with 40 additions and 6 deletions
|
@ -538,6 +538,8 @@ int main(int argc, char* argv[])
|
|||
std::string m_config_folder;
|
||||
std::string db_arg_str;
|
||||
|
||||
tools::sanitize_locale();
|
||||
|
||||
boost::filesystem::path default_data_path {tools::get_default_data_dir()};
|
||||
boost::filesystem::path default_testnet_data_path {default_data_path / "testnet"};
|
||||
std::string import_file_path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue