Re: svn commit: r230649 - head/usr.bin/hexdump

2012-01-28 Thread Eitan Adler
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

svn commit: r230649 - head/usr.bin/hexdump

2012-01-28 Thread Tijl Coosemans
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