mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
use NSIntegerMax and NSUIntegerMax
This commit is contained in:
@@ -109,7 +109,7 @@
|
||||
|
||||
+ (NSString *) timeString: (uint64_t) seconds showSeconds: (BOOL) showSeconds
|
||||
{
|
||||
return [NSString timeString: seconds showSeconds: showSeconds maxFields: UINT_MAX];
|
||||
return [NSString timeString: seconds showSeconds: showSeconds maxFields: NSUIntegerMax];
|
||||
}
|
||||
|
||||
+ (NSString *) timeString: (NSUInteger) seconds showSeconds: (BOOL) showSeconds maxFields: (NSUInteger) max
|
||||
|
||||
Reference in New Issue
Block a user