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/blockchain_utilities/blockchain_export.cpp | |
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/blockchain_utilities/blockchain_export.cpp')
-rw-r--r-- | src/blockchain_utilities/blockchain_export.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blockchain_utilities/blockchain_export.cpp b/src/blockchain_utilities/blockchain_export.cpp index 20eca09f2..d27756c66 100644 --- a/src/blockchain_utilities/blockchain_export.cpp +++ b/src/blockchain_utilities/blockchain_export.cpp @@ -55,7 +55,7 @@ int main(int argc, char* argv[]) uint64_t block_stop = 0; bool blocks_dat = false; - tools::sanitize_locale(); + tools::on_startup(); boost::filesystem::path default_data_path {tools::get_default_data_dir()}; boost::filesystem::path default_testnet_data_path {default_data_path / "testnet"}; |