Page 1 of 1

Bad code in exception handling example (64-bit)

Posted: 2011-05-02T08:48:24-07:00
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’

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

Posted: 2011-05-02T11:14:46-07:00
by magick
Fixed. Allow 24 hours for the update to mirror. Thanks,