mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-23 22:09:29 +00:00
Stage 1 of clang compiler warning patches.
This commit is contained in:
@@ -164,7 +164,7 @@
|
||||
|
||||
date = [self selectedDate];
|
||||
hmString = [NSString stringWithFormat:@"%.2d%.2d",
|
||||
[date hourOfDay], [date minuteOfHour]];
|
||||
(int)[date hourOfDay], (int)[date minuteOfHour]];
|
||||
qp = [[self queryParameters] mutableCopy];
|
||||
[self setSelectedDateQueryParameter:date inDictionary:qp];
|
||||
[qp setObject: hmString forKey:@"hm"];
|
||||
|
||||
Reference in New Issue
Block a user