Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/games/canfield/cfscores
Module Name: src
Committed By: dholland
Date: Mon Jan 28 02:37:51 UTC 2008
Modified Files:
src/games/canfield/cfscores: cfscores.c
Log Message:
Work around gcc signedness warning: if you check for uid_t < 0, gcc warns
because it's unsigned, but I don't really want to rely on uid_t being
unsigned on every platform this code might propagate to.
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/games/canfield/cfscores/cfscores.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