mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Fuylly specify argument type
This commit is contained in:
parent
e58f37337c
commit
0db43469c2
1 changed files with 1 additions and 1 deletions
|
@ -842,7 +842,7 @@ static NSMutableDictionary *certificateListCache = nil;
|
|||
return [NSDate dateWithTimeIntervalSince1970: expiret];
|
||||
}
|
||||
|
||||
- (NSDate*) expiresAt: (unsigned)index
|
||||
- (NSDate*) expiresAt: (unsigned int)index
|
||||
{
|
||||
time_t expiret;
|
||||
|
||||
|
|
Loading…
Reference in a new issue