From: Brian P. <br...@va...> - 2001-07-13 15:24:14
|
Stephane Conversy wrote: > > ok, I changed > > GLfloat (*rgba)[4] = (GLfloat (*)[4]) tmpImage + row * width * 4; > > to > > GLfloat (*rgba)[4] = (GLfloat (*)[4]) (tmpImage + row * width * 4); > > (which removes warnings compared to the previous version) > > at both line 198 and 230, and it seems to work now. Thanks for the info. I'm checking in the fix now. -Brian |