Too embarrassing for a changelog entry.

This commit is contained in:
Marcus Brinkmann 2010-08-04 07:40:33 +00:00
parent 6aa92258ce
commit cf2d82c41c

View File

@ -743,7 +743,7 @@ gpg_error_t
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);