On Sun, Apr 07, 2013 at 01:05:40PM +0200, Jason A. Donenfeld wrote:
> On Sun, Apr 7, 2013 at 11:29 AM, John Keeping <j...@keeping.me.uk> wrote:
> > -       ctx.page.filename = fmt("%s", path);
> > +       ctx.page.filename = "%s";
> 
> These aren't exactly equivalent. Is there something I'm missing here
> (I'm going through this patch set linearly.)?

That I was on autopilot at this stage and didn't check this thoroughly
enough :-(

Clearly it should be:

+       ctx.page.filename = path;

_______________________________________________
cgit mailing list
cgit@hjemli.net
http://hjemli.net/mailman/listinfo/cgit

Reply via email to