mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
fixed build error
This commit is contained in:
parent
d07c68bd9a
commit
4fab07b4da
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ namespace i2p
|
|||
LogPrint("Error, could not create process group.");
|
||||
return false;
|
||||
}
|
||||
std::string d(i2p::util::filesystem::GetDataDir()); // make a copy
|
||||
std::string d(i2p::util::filesystem::GetDataDir().string ()); // make a copy
|
||||
chdir(d.c_str());
|
||||
|
||||
// close stdin/stdout/stderr descriptors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue