Not tested, but this doesn't look right

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
fisheggs

Not tested, but this doesn't look right

Post by fisheggs »

I was looking at code and discovered this in SetImageProperty() in magick/property.c at line 2980

Code: Select all

    case 'O':
    case 'o':
    {
      if (LocaleCompare(property,"tile-offset") == 0)
Since "tile-offset" starts with a "t", shouldn't that be "case 'T': case 't':"?

Not tested, but this doesn't look right.

Version: ImageMagick 6.3.5 07/29/07 Q16
built from ImageMagick-6.3.5-4.tar.gz dated Jul 28 17:48
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Not tested, but this doesn't look right

Post by magick »

The problem you reported is fixed in ImageMagick 6.3.5-5 Beta available sometime tomorrow.
Post Reply