>   Why not just use fseeko/ftello?

We solved the problem with this patch in magick/blob.c:

#if defined(HAVE_FSEEKO)
# define fseek  fseeko
# define ftell  ftello
#endif

Thanks for alerting us to this problem.
_______________________________________________
Magick-developers mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-developers

Reply via email to