Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libcurses
Module Name: src
Committed By: joerg
Date: Tue Dec 7 22:02:52 UTC 2010
Modified Files:
src/lib/libcurses: getch.c
Log Message:
Since limit and l are both unsigned, comparing to 0 doesn't work, so compare
the values directly.
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/lib/libcurses/getch.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