svn commit: r274151 - head/usr.bin/w
Andrey V. Elsukov
ae at FreeBSD.org
Tue Nov 11 17:29:45 UTC 2014
On 06.11.2014 02:54, Marcel Moolenaar wrote:
> Author: marcel
> Date: Wed Nov 5 23:54:33 2014
> New Revision: 274151
> URL: https://svnweb.freebsd.org/changeset/base/274151
>
> - (void)printf(" %d user%s", nusers, nusers == 1 ? "" : "s");
> + xo_emit(" {:users/%d} user%s", nusers, nusers == 1 ? "" : "s");
^^^^
It looks like there is formatting problem.
--
WBR, Andrey V. Elsukov
More information about the svn-src-head
mailing list