diff options
| author | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2013-08-26 17:22:20 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2013-08-26 17:22:20 -0400 |
| commit | 487eb17ec075dd2bdc91f78b41577b070d90f8f5 (patch) | |
| tree | 1dccfa3836a48cf917934fe5dd01210d9d60d236 /node/Buffer.hpp | |
| parent | 9f16707b0b8ec62de67394bf4884408eb65f2a7a (diff) | |
| download | infinitytier-487eb17ec075dd2bdc91f78b41577b070d90f8f5.tar.gz infinitytier-487eb17ec075dd2bdc91f78b41577b070d90f8f5.zip | |
ZeroTierOne for Windows binary project, builds and runs and mostly works but still some issues with tap.
Diffstat (limited to 'node/Buffer.hpp')
| -rw-r--r-- | node/Buffer.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Buffer.hpp b/node/Buffer.hpp index 91bc1027..73d0e5de 100644 --- a/node/Buffer.hpp +++ b/node/Buffer.hpp @@ -284,7 +284,7 @@ public: inline void append(const std::string &s) throw(std::out_of_range) { - append(s.data(),s.length()); + append(s.data(),(unsigned int)s.length()); } /** |
