diff --git a/daemon/remote.c b/daemon/remote.c index e5cd3bf79..e5ead4054 100644 --- a/daemon/remote.c +++ b/daemon/remote.c @@ -515,7 +515,7 @@ printDetails( tr_benc * top ) printf( " Downloaded: %s\n", buf ); strlsize( buf, j, sizeof( buf ) ); printf( " Uploaded: %s\n", buf ); - strlratio( buf, i, j, sizeof( buf ) ); + strlratio( buf, j, i, sizeof( buf ) ); printf( " Ratio: %s\n", buf ); } if( tr_bencDictFindInt( t, "corruptEver", &i ) ) {