From 487eb17ec075dd2bdc91f78b41577b070d90f8f5 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 26 Aug 2013 17:22:20 -0400 Subject: ZeroTierOne for Windows binary project, builds and runs and mostly works but still some issues with tap. --- node/Buffer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/Buffer.hpp') 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()); } /** -- cgit v1.2.3