small hint_read issue

This commit is contained in:
Arvid Norberg 2011-04-26 08:08:54 +00:00
parent 83fe560aa2
commit 5811e9eef8
1 changed files with 1 additions and 0 deletions

View File

@ -1756,6 +1756,7 @@ ret:
{
m_last_piece = piece_index;
int slot = slot_for(piece_index);
if (slot <= 0) return;
m_storage->hint_read(slot, offset, size);
}