mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-19 22:40:36 -04:00
solve compile faults.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@725 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c845e40aa8
commit
3af7d41d7f
5 changed files with 31 additions and 15 deletions
|
@ -184,7 +184,7 @@ int main(int argc, char **argv)
|
|||
}
|
||||
|
||||
std::ostringstream pname;
|
||||
pname << "./tmp/rstst-" << time(NULL);
|
||||
pname << "/tmp/rstst-" << time(NULL);
|
||||
|
||||
std::string basepath = pname.str();
|
||||
RsDirUtil::checkCreateDirectory(basepath);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue