Page 1 of 1

svn v4208 coders/tiff.c: "unint32" instead of "uint32"

Posted: 2011-04-12T15:43:22-07:00
by NicolasRobidoux
svn revision 4208:

Line 1404 of tiff.c appears to have a misspelling: "unint32" instead of "uint32".

After fixing the likely typo, things compile. However, I get a warning:

coders/tiff.c: In function 'ReadTIFFImage':
coders/tiff.c:1404: warning: assignment from incompatible pointer type

(This apparently only matters if --enable-hdri.)

Re: svn v4208 coders/tiff.c: "unint32" instead of "uint32"

Posted: 2011-04-14T21:48:21-07:00
by NicolasRobidoux
Fixed.