Subject: Re: CVS commit: basesrc
To: None <jdc@netbsd.org>
From: Jason Thorpe <thorpej@nas.nasa.gov>
List: tech-userlevel
Date: 01/21/2000 14:36:24
On Fri, 21 Jan 2000 10:27:39 -0800 (PST) 
 Julian Coleman <jdc@netbsd.org> wrote:

 > Module Name:	basesrc
 > Committed By:	jdc
 > Date:		Fri Jan 21 18:27:39 UTC 2000
 > 
 > Modified Files:
 > 	basesrc/games/canfield/canfield [curses-v3]: canfield.c
 > 	basesrc/games/mille [curses-v3]: extern.c mille.h misc.c
 > 	basesrc/games/phantasia [curses-v3]: misc.c
 > 	basesrc/games/sail [curses-v3]: extern.h pl_7.c
 > 
 > Log Message:
 > Update for SUS v2 curses - printw takes `char *format' not `const char *format'

Huh?  printw() *writes into the format string*?  If not, then I don't see the
harm in keeping it as "const char *".

        -- Jason R. Thorpe <thorpej@nas.nasa.gov>