Ignore:
Timestamp:
Mar 1, 2009, 5:38:23 PM (14 years ago)
Author:
charles
Message:

(trunk libT) tweak r7985

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/torrent.c

    r7985 r7986  
    21292129    if( tr_torrentIsSeed( tor ) && tr_torrentGetSeedRatio( tor, &seedRatio ) )
    21302130    {
    2131         const double up = tor->uploadedCur + tor->uploadedPrev;
     2131        const uint64_t up = tor->uploadedCur + tor->uploadedPrev;
    21322132        uint64_t down = tor->downloadedCur + tor->downloadedPrev;
    21332133        double ratio;
Note: See TracChangeset for help on using the changeset viewer.