projects
/
gpgme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6aa9225
)
Too embarrassing for a changelog entry.
author
Marcus Brinkmann
<mb@g10code.com>
Wed, 4 Aug 2010 07:40:33 +0000
(07:40 +0000)
committer
Marcus Brinkmann
<mb@g10code.com>
Wed, 4 Aug 2010 07:40:33 +0000
(07:40 +0000)
src/gpgme-tool.c
patch
|
blob
|
history
diff --git
a/src/gpgme-tool.c
b/src/gpgme-tool.c
index b1b2ab3e4be638f8c0b6bb85cf3208ab792fce8c..da2b6ec9c413b58b508ed4dc2075195a0ad9782f 100644
(file)
--- a/
src/gpgme-tool.c
+++ b/
src/gpgme-tool.c
@@
-743,7
+743,7
@@
gpg_error_t
result_add_timestamp (struct result_xml_state *state, char *name,
unsigned int timestamp)
{
- code[20];
+ c
har c
ode[20];
snprintf (code, sizeof (code) - 1, "%ui", timestamp);
result_xml_tag_start (state, name, "unix", code, NULL);