Subject: CVS commit: basesrc/usr.bin/vi
To: None <source-changes@netbsd.org>
From: Aymeric Vincent <aymeric@netbsd.org>
List: source-changes
Date: 10/20/2001 13:04:50
Module Name:	basesrc
Committed By:	aymeric
Date:		Sat Oct 20 10:04:50 UTC 2001

Modified Files:
	basesrc/usr.bin/vi/common: cut.c cut.h
	basesrc/usr.bin/vi/ex: ex_move.c

Log Message:
Fix a cut_line() caller not using the right value for (former) ENTIRE_LINE,
by defining the (newer) CUT_LINE_TO_EOL define in common/cut.h and using it
where due.

Bug reported on current-users by Masanori Kanaoka <kanaoka@ann.hi-ho.ne.jp>
diagnosed by Bang Jun-Young <bjy@mogua.org>,
quick-fixed by Robert Elz <kre@munnari.OZ.AU>.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 basesrc/usr.bin/vi/common/cut.c
cvs rdiff -r1.2 -r1.3 basesrc/usr.bin/vi/common/cut.h
cvs rdiff -r1.8 -r1.9 basesrc/usr.bin/vi/ex/ex_move.c

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