From 7130cf0c61e259ee6d8479cd804e9284cf6859f6 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Tue, 3 Oct 2017 10:12:57 +0100 Subject: Add tools::on_startup, and warn about glibc 2.25 bug if found https://sourceware.org/bugzilla/show_bug.cgi?id=21778 --- src/debug_utilities/cn_deserialize.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/debug_utilities/cn_deserialize.cpp') diff --git a/src/debug_utilities/cn_deserialize.cpp b/src/debug_utilities/cn_deserialize.cpp index a1b569554..7235ef855 100644 --- a/src/debug_utilities/cn_deserialize.cpp +++ b/src/debug_utilities/cn_deserialize.cpp @@ -45,7 +45,7 @@ int main(int argc, char* argv[]) uint32_t log_level = 0; std::string input; - tools::sanitize_locale(); + tools::on_startup(); boost::filesystem::path output_file_path; -- cgit v1.2.3