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:
ewensun 2008-09-09 13:08:22 +00:00
parent c845e40aa8
commit 3af7d41d7f
5 changed files with 31 additions and 15 deletions

View file

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