svn v4208 coders/tiff.c: "unint32" instead of "uint32"
Posted: 2011-04-12T15:43:22-07:00
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.)
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.)