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

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
NicolasRobidoux
Posts: 1944
Joined: 2010-08-28T11:16:00-07:00
Authentication code: 8675308
Location: Montreal, Canada

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

Post 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.)
Last edited by NicolasRobidoux on 2011-04-14T23:39:05-07:00, edited 3 times in total.
NicolasRobidoux
Posts: 1944
Joined: 2010-08-28T11:16:00-07:00
Authentication code: 8675308
Location: Montreal, Canada

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

Post by NicolasRobidoux »

Fixed.
Post Reply