And so it works now, doesn't it?

On Friday 02 August 2002 21:47 pm, Greg Wooledge wrote:
> Greg Wooledge (greg at wooledge.org) wrote:
> > Jay Oliveri (ilnero at gmx.net) wrote:
> > > I am committed to keeping the "stable" branch as stable as
> > > possible, only applying patches to fix show-stopping bugs.
>
> Here's one, then.
>
> Index: ezFCPlib/fcpOpenKey.c
> ===================================================================
> RCS file: /cvsroot/freenet/Contrib/fcptools/ezFCPlib/fcpOpenKey.c,v
> retrieving revision 1.23
> diff -u -r1.23 fcpOpenKey.c
> --- ezFCPlib/fcpOpenKey.c     31 Jul 2002 19:53:20 -0000      1.23
> +++ ezFCPlib/fcpOpenKey.c     3 Aug 2002 01:44:42 -0000
> @@ -416,8 +416,8 @@
>      uri->keyid = (char *) malloc(strlen(dupkey) + 1);
>      strcpy(uri->keyid, dupkey);
>
> -    uri->uri_str = (char *) malloc(strlen(uri->keyid) + 5);
> -    sprintf(uri->uri_str, "KSK@%s", uri->keyid);
> +    uri->uri_str = (char *) malloc(strlen(key) + 5);
> +    sprintf(uri->uri_str, "KSK@%s", key);
>    }
>
>    else {

-- 
Jay Oliveri                                  "In the land of the blind,
GnuPG ID: 0x5AA5DD54                          the one-eyed man is king."

_______________________________________________
devl mailing list
devl at freenetproject.org
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/devl

Reply via email to