forked from premiere/premiere-libtorrent
wrapped a line that was too long
This commit is contained in:
parent
75dafc5d1b
commit
7d5285610c
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue