mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
* FS.cpp : rename method
This commit is contained in:
parent
2b92a039bb
commit
464a228106
2 changed files with 3 additions and 3 deletions
2
FS.cpp
2
FS.cpp
|
@ -104,7 +104,7 @@ namespace fs {
|
|||
return boost::filesystem::remove(path);
|
||||
}
|
||||
|
||||
void HashedStorage::SetRoot(const std::string &path) {
|
||||
void HashedStorage::SetPlace(const std::string &path) {
|
||||
root = path + i2p::fs::dirSep + name;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue