mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
compiling with C++11 requires a space between string literals
This commit is contained in:
parent
25c3d3a452
commit
efdbd6326f
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ public:
|
||||||
* these maintains backward compatibility with old controllers. This
|
* these maintains backward compatibility with old controllers. This
|
||||||
* appends a terminating NULL which seperates the old legacy meta-data
|
* appends a terminating NULL which seperates the old legacy meta-data
|
||||||
* from the new packed binary format that we send after. */
|
* from the new packed binary format that we send after. */
|
||||||
b.appendCString("majv="ZEROTIER_ONE_VERSION_MAJOR_S_HEX"\nminv="ZEROTIER_ONE_VERSION_MINOR_S_HEX"\nrevv="ZEROTIER_ONE_VERSION_REVISION_S_HEX"\n");
|
b.appendCString("majv=" ZEROTIER_ONE_VERSION_MAJOR_S_HEX "\nminv=" ZEROTIER_ONE_VERSION_MINOR_S_HEX "\nrevv=" ZEROTIER_ONE_VERSION_REVISION_S_HEX "\n");
|
||||||
|
|
||||||
b.append((uint16_t)1); // serialization version
|
b.append((uint16_t)1); // serialization version
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue