Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 06/22/1999 08:00:38
Module Name:	basesrc
Committed By:	cgd
Date:		Tue Jun 22 15:00:37 UTC 1999

Modified Files:
	basesrc/usr.bin/msgc: msg_sys.def msgdb.c

Log Message:
don't bother calculated up MAXSTR, especially since the value calculated
is _bogus_ in the face of printf-like message formatting!  Instead,
calcuate the max size to format when the message window is set.  We know
that we'll never want to format more characters than can fit in the window.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 basesrc/usr.bin/msgc/msg_sys.def
cvs rdiff -r1.4 -r1.5 basesrc/usr.bin/msgc/msgdb.c

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