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:   dholland
Date:           Sat Oct 13 20:36:07 UTC 2012

Modified Files:
        src/games/cribbage: crib.c cribbage.h io.c score.c

Log Message:
Pass -Wstrict-overflow, and while here, don't read from index -1 of
an array.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/games/cribbage/crib.c
cvs rdiff -u -r1.16 -r1.17 src/games/cribbage/cribbage.h
cvs rdiff -u -r1.26 -r1.27 src/games/cribbage/io.c
cvs rdiff -u -r1.15 -r1.16 src/games/cribbage/score.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