wrapped a line that was too long
This commit is contained in:
@@ -419,7 +419,8 @@ namespace libtorrent { namespace detail
|
||||
, m_peer_id.begin());
|
||||
|
||||
// http-accepted characters:
|
||||
static char const printable[] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-_.!~*'()";
|
||||
static char const printable[] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
||||
"abcdefghijklmnopqrstuvwxyz-_.!~*'()";
|
||||
|
||||
// the random number
|
||||
for (unsigned char* i = m_peer_id.begin() + print.length();
|
||||
|
Reference in New Issue
Block a user