mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
lt fix - fixed typo in plugin
This commit is contained in:
parent
3e9eff9b16
commit
53702b378e
1 changed files with 1 additions and 2 deletions
|
@ -95,7 +95,6 @@ namespace libtorrent { namespace
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
struct metadata_plugin : torrent_plugin
|
struct metadata_plugin : torrent_plugin
|
||||||
{
|
{
|
||||||
metadata_plugin(torrent& t)
|
metadata_plugin(torrent& t)
|
||||||
|
@ -217,7 +216,7 @@ namespace libtorrent { namespace
|
||||||
m_metadata_size = total_size;
|
m_metadata_size = total_size;
|
||||||
}
|
}
|
||||||
|
|
||||||
void piece_pass(int)
|
void on_piece_pass(int)
|
||||||
{
|
{
|
||||||
// if we became a seed, copy the metadata from
|
// if we became a seed, copy the metadata from
|
||||||
// the torrent before it is deallocated
|
// the torrent before it is deallocated
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue