[PATCH 02/19] Remove redundant calls to fmt("%s", ...)

Jason A. Donenfeld Jason at zx2c4.com
Sun Apr 7 13:05:40 CEST 2013


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.)?




More information about the CGit mailing list