1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-24 00:56:14 +00:00

[bittorrent] compilation fix

This commit is contained in:
Witold Filipczyk 2022-04-23 16:24:43 +02:00
parent 1e84c1d2e1
commit bc54b7c5d0

View File

@ -1195,7 +1195,7 @@ start_bittorrent_resume(struct bittorrent_connection *bittorrent,
add_bytes_to_string(&info, meta->source, meta->length);
#ifndef WIN32
cache->resume_fd = start_thread(bittorrent_resume_writer, info.source,
cache->resume_fd = start_thread(bittorrent_resume_writer, info.source, info.length);
#else