On Sat, Jan 28, 2012 at 1:49 PM, Tijl Coosemans wrote:
> Author: tijl
> Date: Sat Jan 28 18:49:04 2012
> New Revision: 230649
> URL: http://svn.freebsd.org/changeset/base/230649
>
> Log:
> Fix decoding of escape sequences in format strings:
> - Zero-terminate the resulting string by letting the
Author: tijl
Date: Sat Jan 28 18:49:04 2012
New Revision: 230649
URL: http://svn.freebsd.org/changeset/base/230649
Log:
Fix decoding of escape sequences in format strings:
- Zero-terminate the resulting string by letting the for-loop copy the
terminating zero.
- Exit the for-loop after h