Re: tests/rwblob_EPT_bilevel.sh on HP-UX/PA-RISC
| Newsgroups | gmane.comp.video.image-magick.devel |
|---|---|
| Message-ID | <[email protected]> |
> Remove this from both files solves the problem Fseeko() accepts an off_t rather than long which is needed for large file support (i.t. off_t can be 64-bit whereas long is 32-bit). If you have the time, try changing fseek to fseeko and ftell to ftello in magick/blob.c and see if the error still occurs. If so this may indicate a problem with using fseeko/ftello on HP PA-RISC.