[svn] gpgme - r1485 - trunk/src
svn author marcus
cvs at cvs.gnupg.org
Wed Aug 4 09:40:33 CEST 2010
Author: marcus
Date: 2010-08-04 09:40:33 +0200 (Wed, 04 Aug 2010)
New Revision: 1485
Modified:
trunk/src/gpgme-tool.c
Log:
Too embarrassing for a changelog entry.
Modified: trunk/src/gpgme-tool.c
===================================================================
--- trunk/src/gpgme-tool.c 2010-08-03 09:16:01 UTC (rev 1484)
+++ trunk/src/gpgme-tool.c 2010-08-04 07:40:33 UTC (rev 1485)
@@ -743,7 +743,7 @@
result_add_timestamp (struct result_xml_state *state, char *name,
unsigned int timestamp)
{
- code[20];
+ char code[20];
snprintf (code, sizeof (code) - 1, "%ui", timestamp);
result_xml_tag_start (state, name, "unix", code, NULL);
More information about the Gnupg-commits
mailing list