Changeset 7986 for trunk/libtransmission/torrent.c
- Timestamp:
- Mar 1, 2009, 5:38:23 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/torrent.c
r7985 r7986 2129 2129 if( tr_torrentIsSeed( tor ) && tr_torrentGetSeedRatio( tor, &seedRatio ) ) 2130 2130 { 2131 const doubleup = tor->uploadedCur + tor->uploadedPrev;2131 const uint64_t up = tor->uploadedCur + tor->uploadedPrev; 2132 2132 uint64_t down = tor->downloadedCur + tor->downloadedPrev; 2133 2133 double ratio;
Note: See TracChangeset
for help on using the changeset viewer.