mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[bittorrent] compilation fix
This commit is contained in:
parent
1e84c1d2e1
commit
bc54b7c5d0
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user