forked from premiere/premiere-libtorrent
use upper case hex digits in tracker key
This commit is contained in:
parent
5bc3028291
commit
bf3b874cb4
|
@ -145,7 +145,7 @@ namespace libtorrent
|
||||||
"&downloaded=%"PRId64
|
"&downloaded=%"PRId64
|
||||||
"&left=%"PRId64
|
"&left=%"PRId64
|
||||||
"&corrupt=%"PRId64
|
"&corrupt=%"PRId64
|
||||||
"&key=%x"
|
"&key=%X"
|
||||||
"%s%s" // event
|
"%s%s" // event
|
||||||
"&numwant=%d"
|
"&numwant=%d"
|
||||||
"&compact=1"
|
"&compact=1"
|
||||||
|
|
Loading…
Reference in New Issue