mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[bittorrent] const event
This commit is contained in:
parent
2c10ae2b21
commit
7817f7bced
@ -212,7 +212,7 @@ do_send_bittorrent_tracker_request(struct connection *conn)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (bittorrent->tracker.event != BITTORRENT_EVENT_REGULAR) {
|
if (bittorrent->tracker.event != BITTORRENT_EVENT_REGULAR) {
|
||||||
char *event;
|
const char *event;
|
||||||
|
|
||||||
switch (bittorrent->tracker.event) {
|
switch (bittorrent->tracker.event) {
|
||||||
case BITTORRENT_EVENT_STARTED:
|
case BITTORRENT_EVENT_STARTED:
|
||||||
|
Loading…
Reference in New Issue
Block a user