Changeset 10935 for trunk/libtransmission/torrent.c
- Timestamp:
- Jul 3, 2010, 3:11:38 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/torrent.c
r10931 r10935 1152 1152 /* the last block */ 1153 1153 if( tr_cpBlockIsCompleteFast( &tor->completion, lastBlock ) ) 1154 total += ( f->offset + f->length ) - ( tor->blockSize * lastBlock );1154 total += ( f->offset + f->length ) - ( (uint64_t)tor->blockSize * lastBlock ); 1155 1155 } 1156 1156 }
Note: See TracChangeset
for help on using the changeset viewer.