Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Brett Lymn <blymn@netbsd.org>
List: source-changes
Date: 01/10/2001 16:02:32
Module Name:	basesrc
Committed By:	blymn
Date:		Wed Jan 10 14:02:32 UTC 2001

Modified Files:
	basesrc/lib/libcurses: Makefile getch.c

Log Message:
Fixed casting bug in array indexing, a signed char was being sign
extended when cast to unsigned, made the cast "unsigned char"


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 basesrc/lib/libcurses/Makefile
cvs rdiff -r1.32 -r1.33 basesrc/lib/libcurses/getch.c

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