Browse Source

Formatting

dynamic-accesslists
erdgeist 16 years ago
parent
commit
928dc36f74
  1. 4
      ot_clean.c

4
ot_clean.c

@ -112,8 +112,8 @@ static void * clean_worker( void * args ) { @@ -112,8 +112,8 @@ static void * clean_worker( void * args ) {
ot_torrent *torrent = ((ot_torrent*)(torrents_list->data)) + toffs;
if( clean_single_torrent( torrent ) ) {
vector_remove_torrent( torrents_list, torrent );
delta_torrentcount -= 1;
--toffs; continue;
--delta_torrentcount;
--toffs;
}
}
mutex_bucket_unlock( bucket, delta_torrentcount );

Loading…
Cancel
Save