mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
See ChangeLog: Wed Feb 23 10:07:57 CET 2000 Werner Koch
This commit is contained in:
parent
c03e6ee0aa
commit
7ae8d22f9b
27 changed files with 10083 additions and 5231 deletions
|
@ -147,7 +147,7 @@ asctimestamp( u32 stamp )
|
|||
tp = localtime( &atime );
|
||||
#ifdef HAVE_STRFTIME
|
||||
#if defined(HAVE_NL_LANGINFO)
|
||||
mem2str( fmt, nl_langinfo(D_T_FMT), DIM(fmt) );
|
||||
mem2str( fmt, nl_langinfo(D_T_FMT), DIM(fmt)-3 );
|
||||
if( strstr( fmt, "%Z" ) == NULL )
|
||||
strcat( fmt, " %Z");
|
||||
strftime( buffer, DIM(buffer)-1, fmt, tp );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue