aboutsummaryrefslogtreecommitdiffstats
path: root/gpgme/sign.c
diff options
context:
space:
mode:
Diffstat (limited to 'gpgme/sign.c')
-rw-r--r--gpgme/sign.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpgme/sign.c b/gpgme/sign.c
index 260aa5f7..413865dc 100644
--- a/gpgme/sign.c
+++ b/gpgme/sign.c
@@ -149,7 +149,7 @@ parse_sig_created (char *args, GpgmeNewSignature *sigp)
}
args = tail;
- sig->created = strtol (args, &tail, 0);
+ sig->timestamp = strtol (args, &tail, 0);
if (errno || args == tail || *tail != ' ')
{
/* The crypto backend does not behave. */