Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/games/cribbage
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.
Home |
Main Index |
Thread Index |
Old Index