aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-10-03 10:12:57 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-10-14 09:12:28 +0100
commit7130cf0c61e259ee6d8479cd804e9284cf6859f6 (patch)
treef1b11af35294d103d79cf0870535a147bd775683 /src/wallet
parentMerge pull request #2548 (diff)
downloadmonero-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.cpp2
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]);