mirror of
https://github.com/rkd77/elinks.git
synced 2025-06-30 22:19:29 -04:00
Compile fix, reported by zas
This commit is contained in:
parent
b2c1af1611
commit
cd4fd51438
@ -195,7 +195,7 @@ do_send_bittorrent_tracker_request(struct connection *conn)
|
||||
|
||||
key = get_opt_str("protocol.bittorrent.tracker.key");
|
||||
if (*key) {
|
||||
add_to_string(&request, "&key=", key);
|
||||
add_to_string(&request, "&key=");
|
||||
encode_uri_string(&request, key, strlen(key), 1);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user