[NTG-pdftex] forwarded problem of 1.40.7 on powerpc
Martin Schröder
martin at oneiros.de
Wed Feb 27 13:03:44 CET 2008
2008/2/27, Taco Hoekwater <taco at elvenkind.com>:
> Sorry about this, of course it isn't. But I still suspect an
> endianness issue.
if s > sup_pdf_os_buf_size - pdf_ptr then
overflow("PDF object stream buffer", pdf_os_buf_size);
I suspect someone fiddled with --disable-largefile. :-(
pdf_ptr is a longinteger, i.e. off_t. s is an integer,
sup_pdf_os_buf_size is just a const. Surely s doesn't have to be a
longinteger?
Best
Martin
More information about the ntg-pdftex
mailing list