mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed bug in total item size estimation in pqiqosstreamer due to item slicing
This commit is contained in:
parent
c377bf3efa
commit
69c3df6dff
@ -78,7 +78,7 @@ void *pqiQoSstreamer::locked_pop_out_data(uint32_t max_slice_size, uint32_t& siz
|
||||
|
||||
if(out != NULL)
|
||||
{
|
||||
_total_item_size -= getRsItemSize(out) ;
|
||||
_total_item_size -= size ;
|
||||
|
||||
if(ends)
|
||||
--_total_item_count ;
|
||||
|
Loading…
Reference in New Issue
Block a user