"GOT", but the "O" is a cute, smiling pufferfish. Index | Thread | Search

From:
Omar Polo <op@omarpolo.com>
Subject:
Re: gotwebd: rss feeds for repo tags
To:
Tracey Emery <tracey@traceyemery.net>
Cc:
gameoftrees@openbsd.org
Date:
Tue, 20 Dec 2022 18:49:49 +0100

Download raw body.

Thread
On 2022/12/19 13:32:59 -0700, Tracey Emery <tracey@traceyemery.net> wrote:
> On Mon, Dec 19, 2022 at 12:45:28PM +0100, Omar Polo wrote:
> > [...]
> >  int
> > +gotweb_render_absolute_url(struct request *c, struct gotweb_url *url)
> > +{
> > +	struct template	*tp = c->tp;
> > +	const char	*proto = c->https ? "http" : "http";
> 
> Missing an s here

wooops, thank you for spotting it!

(and shame on me for changing that line right before sending the diff...)