Re: CVS commit: xsrc/external/mit/libpciaccess/dist/src

2012-11-09 Thread David Young
On Sun, Nov 04, 2012 at 02:56:32AM -0800, Matt Thomas wrote: > > On Nov 4, 2012, at 2:26 AM, David Laight wrote: > > > Personally I almost never mark variables 'const', the only I initialise > > in their declarations (at the top of a function) are probably almost > > always never chaned (well may

Re: CVS commit: xsrc/external/mit/xf86-video-xgi/dist/src

2012-11-09 Thread Alan Barrett
On Fri, 09 Nov 2012, David Holland wrote: On Fri, Nov 09, 2012 at 07:00:22AM +, Alan Barrett wrote: > Log Message: > printf format fix: cast to (long) when printing with "%lX" format. You mean (unsigned long), right? :-) Thanks, fixed. --apb (Alan Barrett)