mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-18 23:28:23 +00:00
Change mind again... dump Http. Launcher will do this and will use libcurl. Also fix some format string errors.
This commit is contained in:
@ -198,7 +198,7 @@ public:
|
||||
inline std::string toString() const
|
||||
{
|
||||
char buf[16];
|
||||
sprintf(buf,"%.10llx",_a);
|
||||
sprintf(buf,"%.10llx",(unsigned long long)_a);
|
||||
return std::string(buf);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user