From eeb5cdb9621981f083be538b26ac4a5d46b57ff8 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 7 Feb 2002 20:41:00 +0000 Subject: [PATCH] Set version numbers add a comment --- sm/call-agent.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sm/call-agent.c b/sm/call-agent.c index 4d7ffbcba..5b3b6d6d0 100644 --- a/sm/call-agent.c +++ b/sm/call-agent.c @@ -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);