util: name replace_file arguments better

It was confusing unless you read code and the rename(2) man page.
This commit is contained in:
moneromooo-monero 2019-03-29 16:30:24 +00:00
parent 423d3bb86b
commit 07b716bfea
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
2 changed files with 5 additions and 5 deletions

View file

@ -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();