Bad code in exception handling example (64-bit)

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
User avatar
yecril71pl
Posts: 81
Joined: 2011-02-08T11:06:09-07:00
Authentication code: 8675308
Location: Warsaw, Poland
Contact:

Bad code in exception handling example (64-bit)

Post by yecril71pl »

The example code

Code: Select all

fprintf(stderr,"%s %s %u %s\n",GetMagickModule(),description);
generates the following warning:
format ‘%u’ expects type ‘unsigned int’, but argument 5 has type ‘long unsigned int’
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Bad code in exception handling example (64-bit)

Post by magick »

Fixed. Allow 24 hours for the update to mirror. Thanks,
Post Reply