svn commit: r286601 - head/usr.bin/patch

Ed Schouten ed at nuxi.nl
Mon Aug 10 21:42:58 UTC 2015


Hi Xin,

Something I forgot to mention in my previous email:

2015-08-10 23:31 GMT+02:00 Xin LI <delphij at freebsd.org>:
> +                               argp[0] = strdup(RCSDIFF);
> +                               argp[1] = strdup(filename);

> +                       argp[0] = strdup(CHECKOUT);
> +                       argp[1] = strdup("-l");
> +                       argp[2] = strdup(filename);

While we're at it, should we also add "--" before the filename, or can
we be sure in this context that they don't start with a dash?

-- 
Ed Schouten <ed at nuxi.nl>
Nuxi, 's-Hertogenbosch, the Netherlands
KvK-nr.: 62051717


More information about the svn-src-all mailing list