forked from premiere/premiere-libtorrent
fixed missing initialization in piece_manager
This commit is contained in:
parent
70810cb7e9
commit
eea82821d2
|
@ -975,6 +975,7 @@ namespace libtorrent
|
|||
, m_storage_mode(storage_mode_sparse)
|
||||
, m_info(ti)
|
||||
, m_save_path(complete(save_path))
|
||||
, m_state(state_none)
|
||||
, m_current_slot(0)
|
||||
, m_out_of_place(false)
|
||||
, m_scratch_piece(-1)
|
||||
|
|
Loading…
Reference in New Issue