mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Changes for 64bit clean printf format strings.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36810 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a728a03c0c
commit
b2d5fd280c
32 changed files with 223 additions and 168 deletions
|
@ -498,8 +498,7 @@ static NSMutableDictionary *certificateListCache = nil;
|
|||
unsigned int bits;
|
||||
int i;
|
||||
|
||||
[str appendString: @"\n"];
|
||||
[str appendFormat: _(@"- Certificate info:\n")];
|
||||
[str appendFormat: @"\n%@", _(@"- Certificate info:\n")];
|
||||
|
||||
expiret = gnutls_x509_crt_get_expiration_time(cert);
|
||||
activet = gnutls_x509_crt_get_activation_time(cert);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue