Putting the main binary back together...

This commit is contained in:
Adam Ierymenko 2015-04-15 17:00:26 -07:00
parent 6369c264e2
commit f7b1437154
7 changed files with 676 additions and 9 deletions

View file

@ -219,10 +219,7 @@ public:
* @param s Data to write
* @return True if entire file was successfully written
*/
static inline bool writeFile(const char *path,const std::string &s)
{
return writeFile(path,s.data(),(unsigned int)s.length());
}
static inline bool writeFile(const char *path,const std::string &s) { return writeFile(path,s.data(),(unsigned int)s.length()); }
};
} // namespace ZeroTier