mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
(trunk daemon) #1718: -f and -p? do not agree on first file index
This commit is contained in:
@@ -946,7 +946,7 @@ printFileList( tr_benc * top )
|
||||
pristr = "Normal"; break;
|
||||
}
|
||||
printf( "%3d: %3.0f%% %-8s %-3s %9s %s\n",
|
||||
( j + 1 ),
|
||||
j,
|
||||
( 100.0 * percent ),
|
||||
pristr,
|
||||
( wanted ? "Yes" : "No" ),
|
||||
|
||||
Reference in New Issue
Block a user