Module Name: xsrc Committed By: apb Date: Thu Jan 31 08:24:32 UTC 2013
Modified Files: xsrc/external/mit/MesaLib/dist/src/mesa/shader: prog_execute.c xsrc/external/mit/fontconfig/dist/src: fcname.c xsrc/external/mit/xf86-video-nv/dist/src: g80_output.c Log Message: If you are going to test an enum value for equality with -1, and -1 is out of range for the enum type, then at least cast the -1 to the appropriate enum type. To generate a diff of this commit: cvs rdiff -u -r1.1.1.4 -r1.2 \ xsrc/external/mit/MesaLib/dist/src/mesa/shader/prog_execute.c cvs rdiff -u -r1.1.1.2 -r1.2 xsrc/external/mit/fontconfig/dist/src/fcname.c cvs rdiff -u -r1.1.1.5 -r1.2 \ xsrc/external/mit/xf86-video-nv/dist/src/g80_output.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.