fix: minor xcode warnings in macOS client (#3174)

This commit is contained in:
FX Coudert
2022-06-02 02:51:09 +02:00
committed by GitHub
parent 9170c0f5fc
commit f5e6c5b782
3 changed files with 2 additions and 3 deletions

View File

@@ -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];
}
}