Page 1 of 1

Not tested, but this doesn't look right

Posted: 2007-07-31T16:49:17-07:00
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

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

Posted: 2007-07-31T17:12:25-07:00
by magick
The problem you reported is fixed in ImageMagick 6.3.5-5 Beta available sometime tomorrow.