mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
fix: minor xcode warnings in macOS client (#3174)
This commit is contained in:
@@ -227,7 +227,7 @@ tr_session* fLib = NULL;
|
||||
else
|
||||
{
|
||||
self.fNumOpenedField.stringValue = [NSString
|
||||
stringWithFormat:NSLocalizedString(@"%lu times", "stats window -> times opened"), statsAll.sessionCount];
|
||||
stringWithFormat:NSLocalizedString(@"%llu times", "stats window -> times opened"), statsAll.sessionCount];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user