On Sun, Apr 7, 2013 at 11:29 AM, John Keeping <john at 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.)?