Re: tests/rwblob_EPT_bilevel.sh on HP-UX/PA-RISC
| Newsgroups | gmane.comp.video.image-magick.devel |
|---|---|
| Message-ID | <[email protected]> |
> 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.