Changeset 6378


Ignore:
Timestamp:
Jul 21, 2008, 6:44:54 PM (15 years ago)
Author:
charles
Message:

(daemon) #1100: Ratio is inversed in the remote's torrent transfer details

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/daemon/remote.c

    r6377 r6378  
    516516                strlsize( buf, j, sizeof( buf ) );
    517517                printf( "  Uploaded: %s\n", buf );
    518                 strlratio( buf, i, j, sizeof( buf ) );
     518                strlratio( buf, j, i, sizeof( buf ) );
    519519                printf( "  Ratio: %s\n", buf );
    520520            }
Note: See TracChangeset for help on using the changeset viewer.