Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/games/larn



Module Name:    src
Committed By:   dholland
Date:           Mon Jan 28 03:39:31 UTC 2008

Modified Files:
        src/games/larn: display.c extern.h global.c main.c monster.c moreobj.c
            object.c scores.c store.c

Log Message:
Add gcc printf format checking, and fix the abundant problems this revealed.
(It appears that someone sometime thought that you use %d to print a long.)


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/games/larn/display.c src/games/larn/extern.h
cvs rdiff -r1.7 -r1.8 src/games/larn/global.c
cvs rdiff -r1.18 -r1.19 src/games/larn/main.c
cvs rdiff -r1.11 -r1.12 src/games/larn/monster.c
cvs rdiff -r1.6 -r1.7 src/games/larn/moreobj.c
cvs rdiff -r1.10 -r1.11 src/games/larn/object.c src/games/larn/store.c
cvs rdiff -r1.13 -r1.14 src/games/larn/scores.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