1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-28 03:06:20 -04:00

[bittorrent] const in init_bittorrent_peer_id

This commit is contained in:
Witold Filipczyk 2022-02-21 16:52:48 +01:00
parent 29bbf225b5
commit a77925ebb5

View File

@ -147,7 +147,7 @@ done_bittorrent_message(struct bittorrent_message *message)
void
init_bittorrent_peer_id(bittorrent_id_T peer_id)
{
char *version = VERSION;
const char *version = VERSION;
int dots = 0;
int i = 0;