mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
[bittorrent] const in init_bittorrent_peer_id
This commit is contained in:
parent
29bbf225b5
commit
a77925ebb5
@ -147,7 +147,7 @@ done_bittorrent_message(struct bittorrent_message *message)
|
|||||||
void
|
void
|
||||||
init_bittorrent_peer_id(bittorrent_id_T peer_id)
|
init_bittorrent_peer_id(bittorrent_id_T peer_id)
|
||||||
{
|
{
|
||||||
char *version = VERSION;
|
const char *version = VERSION;
|
||||||
int dots = 0;
|
int dots = 0;
|
||||||
int i = 0;
|
int i = 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user