Changeset 2148
- Timestamp:
- Jun 18, 2007, 2:51:27 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/file_selection/libtransmission/torrent.c
r2147 r2148 625 625 const int lastOffset = file->length ? file->length-1 : 0; 626 626 const int lastBlock = (file->offset + lastOffset) / tor->blockSize; 627 const int lastBlockOffset = (file->offset + lastOffset) % %tor->blockSize;627 const int lastBlockOffset = (file->offset + lastOffset) % tor->blockSize; 628 628 size_t haveBytes = 0; 629 629
Note: See TracChangeset
for help on using the changeset viewer.