mirror of
https://github.com/monero-project/monero.git
synced 2025-08-09 02:52:18 -04:00
Merge pull request #5367
07b716bf
util: name replace_file arguments better (moneromooo-monero)
This commit is contained in:
commit
19e37c05d6
2 changed files with 5 additions and 5 deletions
|
@ -145,7 +145,7 @@ namespace tools
|
|||
bool create_directories_if_necessary(const std::string& path);
|
||||
/*! \brief std::rename wrapper for nix and something strange for windows.
|
||||
*/
|
||||
std::error_code replace_file(const std::string& replacement_name, const std::string& replaced_name);
|
||||
std::error_code replace_file(const std::string& old_name, const std::string& new_name);
|
||||
|
||||
bool sanitize_locale();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue