Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 07/31/2000 19:22:47
Module Name:	basesrc
Committed By:	itojun
Date:		Mon Jul 31 16:22:47 UTC 2000

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

Log Message:
fix 8bit cleanness of getch() and wgetch().  never use char variable against
stdio functions which return "int" (including getchar()).
the bug was introduced in 1.9 -> 1.10.  fixes PR10723.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 basesrc/lib/libcurses/getch.c

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