wrapped a line that was too long

This commit is contained in:
Arvid Norberg 2005-11-08 00:55:33 +00:00
parent 75dafc5d1b
commit 7d5285610c
1 changed files with 2 additions and 1 deletions

View File

@ -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();