diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-10-03 10:12:57 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-10-14 09:12:28 +0100 |
commit | 7130cf0c61e259ee6d8479cd804e9284cf6859f6 (patch) | |
tree | f1b11af35294d103d79cf0870535a147bd775683 /src/wallet | |
parent | Merge pull request #2548 (diff) | |
download | monero-7130cf0c61e259ee6d8479cd804e9284cf6859f6.tar.xz |
Add tools::on_startup, and warn about glibc 2.25 bug if found
https://sourceware.org/bugzilla/show_bug.cgi?id=21778
Diffstat (limited to 'src/wallet')
-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]); |