fixed missing initialization in piece_manager

This commit is contained in:
Arvid Norberg 2007-10-30 06:50:08 +00:00
parent 70810cb7e9
commit eea82821d2
1 changed files with 1 additions and 0 deletions

View File

@ -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)