Subject: CVS commit: [netbsd-2-0] src/usr.bin/vi/common
To: None <source-changes@NetBSD.org>
From: Julian Coleman <jdc@netbsd.org>
List: source-changes
Date: 05/09/2004 08:13:57
Module Name:	src
Committed By:	jdc
Date:		Sun May  9 08:13:57 UTC 2004

Modified Files:
	src/usr.bin/vi/common [netbsd-2-0]: line.c

Log Message:
Pull up revision 1.7 (requested by aymeric in ticket #261)

flush the current line cache on every operation on the DB.
We can't keep a reference to data returned by libdb after a subsequent
call to
any other libdb function on that DB.

Fixes a bug reported privately by Miho Taniyama (thanks!)... and hopefully
other hard-to-reproduce bugs.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.6.2.1 src/usr.bin/vi/common/line.c

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