fixed bug in disk IO thread which would make it sometimes0 exit the thread if an error occurred
This commit is contained in:
parent
09b3a865ef
commit
1022ba45fc
|
@ -858,7 +858,7 @@ namespace libtorrent
|
|||
if (test_error(j))
|
||||
{
|
||||
ret = -1;
|
||||
return;
|
||||
break;
|
||||
}
|
||||
#ifdef TORRENT_DISK_STATS
|
||||
m_log << log_time() << " read " << j.buffer_size << std::endl;
|
||||
|
|
Loading…
Reference in New Issue