diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-10-15 18:32:09 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-10-15 18:32:09 +0200 |
| commit | c45f3ac4d91bdd65b3c4b1974f93a4a9f81c67e7 (patch) | |
| tree | a64cae31309766f3d5d6897e8a56b506361822b7 /src/wallet/wallet_args.cpp | |
| parent | 2babd2e0a393964f9cf44365e411878762350103 (diff) | |
| parent | 7130cf0c61e259ee6d8479cd804e9284cf6859f6 (diff) | |
| download | monzero-core-c45f3ac4d91bdd65b3c4b1974f93a4a9f81c67e7.tar.gz monzero-core-c45f3ac4d91bdd65b3c4b1974f93a4a9f81c67e7.tar.xz monzero-core-c45f3ac4d91bdd65b3c4b1974f93a4a9f81c67e7.zip | |
Merge pull request #2568
7130cf0c Add tools::on_startup, and warn about glibc 2.25 bug if found (moneromooo-monero)
Diffstat (limited to 'src/wallet/wallet_args.cpp')
| -rw-r--r-- | src/wallet/wallet_args.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet_args.cpp b/src/wallet/wallet_args.cpp index 22cfcc269..6137a0e02 100644 --- a/src/wallet/wallet_args.cpp +++ b/src/wallet/wallet_args.cpp @@ -91,7 +91,7 @@ namespace wallet_args std::string lang = i18n_get_language(); - tools::sanitize_locale(); + tools::on_startup(); tools::set_strict_default_file_permissions(true); epee::string_tools::set_module_name_and_folder(argv[0]); |
