diff options
author | Riccardo Spagni <ric@spagni.net> | 2015-11-21 13:08:39 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2015-11-21 13:08:42 +0200 |
commit | 9276233b9ea58a19a5c1490b70cbec90ebcc3147 (patch) | |
tree | 8eb1cef8eadd62c4bebb4ee026eba0ab0f58fd49 /src/common/util.h | |
parent | Merge pull request #492 (diff) | |
parent | Fix startup crash when using a locale boost does not like (diff) | |
download | monero-9276233b9ea58a19a5c1490b70cbec90ebcc3147.tar.xz |
Merge pull request #493
f3724ae Fix startup crash when using a locale boost does not like (moneromooo-monero)
0c1dae3 i18n: allow language to be passed as a parameter (moneromooo-monero)
Diffstat (limited to 'src/common/util.h')
-rw-r--r-- | src/common/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/util.h b/src/common/util.h index 883fe1e0f..236a0b6f0 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -88,6 +88,8 @@ namespace tools */ std::error_code replace_file(const std::string& replacement_name, const std::string& replaced_name); + bool sanitize_locale(); + inline crypto::hash get_proof_of_trust_hash(const nodetool::proof_of_trust& pot) { std::string s; |