[git] GPG-ERROR - branch, master, updated. libgpg-error-1.32-29-g12b834b
by NIIBE Yutaka
cvs at cvs.gnupg.org
Mon Oct 22 03:34:47 CEST 2018
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Error codes used by GnuPG et al.".
The branch, master has been updated
via 12b834ba59ae2f3cd0568e4cfa1dca47fc41269a (commit)
from 91bcb2c7d824de50c7dfedd4490e515ddb5dfc5a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 12b834ba59ae2f3cd0568e4cfa1dca47fc41269a
Author: NIIBE Yutaka <gniibe at fsij.org>
Date: Mon Oct 22 10:28:39 2018 +0900
yat2m: Avoid compiler warnings.
* doc/yat2m.c (isodatestring): Prepare enough buffer.
Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>
diff --git a/doc/yat2m.c b/doc/yat2m.c
index a509d1b..3c7b363 100644
--- a/doc/yat2m.c
+++ b/doc/yat2m.c
@@ -357,7 +357,7 @@ ascii_strupr (char *string)
const char *
isodatestring (void)
{
- static char buffer[11+5];
+ static char buffer[36];
struct tm *tp;
time_t atime;
-----------------------------------------------------------------------
Summary of changes:
doc/yat2m.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Error codes used by GnuPG et al.
http://git.gnupg.org
More information about the Gnupg-commits
mailing list