mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
added missing return statement in RsDirUtil::saveStringToFile() (thx to sehraf)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8078 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
0aaf8d7f64
commit
0017f246e8
@ -732,6 +732,7 @@ bool RsDirUtil::saveStringToFile(const std::string &file, const std::string &str
|
||||
return false;
|
||||
}
|
||||
out << str;
|
||||
return true;
|
||||
}
|
||||
|
||||
bool RsDirUtil::loadStringFromFile(const std::string &file, std::string &str)
|
||||
|
Loading…
Reference in New Issue
Block a user