mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
First steps towards the W32CE port
This commit is contained in:
parent
30a4096fbb
commit
d232fd2e54
17 changed files with 405 additions and 110 deletions
|
@ -500,7 +500,7 @@ void
|
|||
dump_isotime (const gnupg_isotime_t t)
|
||||
{
|
||||
if (!t || !*t)
|
||||
log_printf (_("[none]"));
|
||||
log_printf ("%s", _("[none]"));
|
||||
else
|
||||
log_printf ("%.4s-%.2s-%.2s %.2s:%.2s:%s",
|
||||
t, t+4, t+6, t+9, t+11, t+13);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue