mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05: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…
Reference in New Issue
Block a user