Subject: CVS commit: src/games/cribbage
To: None <source-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: source-changes
Date: 04/19/2005 20:12:07
Module Name:	src
Committed By:	rillig
Date:		Tue Apr 19 20:12:07 UTC 2005

Modified Files:
	src/games/cribbage: io.c

Log Message:
Fixed wrong use of datatypes. In wait_for(), a char was used together
with getchar(), in readchar(), a char was used to read input, which in
getuchar() is used as an argument to islower() and toupper(). Also removed
a condition which terminated the process if the user typed in character
255. Approved by christos.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/games/cribbage/io.c

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