mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
update strings file
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
|
||||
+ (NSString *) timeString: (uint64_t) seconds showSeconds: (BOOL) showSeconds
|
||||
{
|
||||
return [NSString timeString: seconds showSeconds:showSeconds maxDigits: INT_MAX];
|
||||
return [NSString timeString: seconds showSeconds:showSeconds maxDigits: UINT_MAX];
|
||||
}
|
||||
|
||||
+ (NSString *) timeString: (uint64_t) seconds showSeconds: (BOOL) showSeconds maxDigits: (NSUInteger) max
|
||||
|
||||
Reference in New Issue
Block a user