Changeset 5708 for trunk/libtransmission/completion.c
- Timestamp:
- Apr 27, 2008, 6:44:39 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/completion.c
r5706 r5708 305 305 tr_cpGetAmountDone( const tr_completion * cp, float * tab, int tabCount ) 306 306 { 307 const int tabSpan = tabCount / cp->tor->blockCount;307 const int tabSpan = cp->tor->blockCount / tabCount; 308 308 tr_block_index_t block_i = 0; 309 309 int tab_i;
Note: See TracChangeset
for help on using the changeset viewer.