Subject: CVS commit: src/usr.bin/seq
To: None <source-changes@NetBSD.org>
From: Brian Ginsbach <ginsbach@netbsd.org>
List: source-changes
Date: 01/18/2008 16:16:11
Module Name:	src
Committed By:	ginsbach
Date:		Fri Jan 18 16:16:11 UTC 2008

Modified Files:
	src/usr.bin/seq: seq.c

Log Message:
Fix problem with handling escaped octal and hexadecimal sequences in the -f
format option.  The problem is that the next character after such an escape
was not copied to the output.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/usr.bin/seq/seq.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.