Browse Source

fixed build error

pull/213/head
orignal 10 years ago
parent
commit
4fab07b4da
  1. 2
      DaemonLinux.cpp

2
DaemonLinux.cpp

@ -62,7 +62,7 @@ namespace i2p
LogPrint("Error, could not create process group."); LogPrint("Error, could not create process group.");
return false; 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()); chdir(d.c_str());
// close stdin/stdout/stderr descriptors // close stdin/stdout/stderr descriptors

Loading…
Cancel
Save