Set version numbers add a comment

This commit is contained in:
Werner Koch 2002-02-07 20:41:00 +00:00
parent 2a28f5d0ae
commit eeb5cdb962
1 changed files with 1 additions and 0 deletions

View File

@ -355,6 +355,7 @@ gpgsm_agent_pkdecrypt (const char *keygrip,
buf = get_membuf (&data, &len);
if (!buf)
return seterr (Out_Of_Core);
/* FIXME: We would better a return a full S-exp and not just a part */
assert (len);
len--; /* remove the terminating 0 */
n = strtoul (buf, &endp, 10);