MinGW bug in magick/string.c - asciimap?

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
mhck
Posts: 4
Joined: 2013-09-16T14:36:08-07:00
Authentication code: 6789

MinGW bug in magick/string.c - asciimap?

Post by mhck »

magick/string.c: In function 'LocaleCompare':
magick/string.c:1545:24: error: 'AsciiMap' undeclared (first use in this function)
if ((c == 0) || (AsciiMap[c] != AsciiMap[d]))
^

Looks like asciimap is defined as 'asciimap' but referenced as 'AsciiMap'. Any one else see this when they compile?

Thanks
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: MinGW bug in magick/string.c - asciimap?

Post by magick »

We'll get a patch in ImageMagick Subversion trunk by sometime tomorrow. Thanks.
Post Reply