mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 04:18:39 +00:00
more trivial type changes
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
NSString * unit;
|
||||
if (size < pow(1024, 2))
|
||||
{
|
||||
convertedSize = size / 1024.0;
|
||||
convertedSize = size / 1024.0f;
|
||||
unit = NSLocalizedString(@"KB", "File size - kilobytes");
|
||||
}
|
||||
else if (size < pow(1024, 3))
|
||||
|
||||
Reference in New Issue
Block a user