mirror of
https://github.com/transmission/transmission
synced 2025-02-07 15:04:13 +00:00
get the cli compiling again
This commit is contained in:
parent
d31d79b15b
commit
1da1a99023
1 changed files with 0 additions and 2 deletions
|
@ -70,8 +70,6 @@ char * getStringRatio( float ratio )
|
|||
|
||||
if( ratio == TR_RATIO_NA )
|
||||
return "n/a";
|
||||
if( ratio == TR_RATIO_INF )
|
||||
return "inf";
|
||||
snprintf( string, sizeof string, "%.3f", ratio );
|
||||
return string;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue