storage fix
This commit is contained in:
@@ -1572,16 +1572,12 @@ namespace libtorrent
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (m_unallocated_slots.empty())
|
if (m_unallocated_slots.empty())
|
||||||
{
|
|
||||||
m_state = state_create_files;
|
m_state = state_create_files;
|
||||||
return false;
|
else if (m_compact_mode)
|
||||||
}
|
|
||||||
|
|
||||||
if (m_compact_mode)
|
|
||||||
{
|
|
||||||
m_state = state_create_files;
|
m_state = state_create_files;
|
||||||
return false;
|
else
|
||||||
}
|
m_state = state_allocating;
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
m_state = state_full_check;
|
m_state = state_full_check;
|
||||||
@@ -1601,7 +1597,7 @@ namespace libtorrent
|
|||||||
| |
|
| |
|
||||||
| v
|
| v
|
||||||
| +------------+
|
| +------------+
|
||||||
| | allocating |
|
|->| allocating |
|
||||||
| +------------+
|
| +------------+
|
||||||
| |
|
| |
|
||||||
| v
|
| v
|
||||||
|
Reference in New Issue
Block a user