Re: ttftot42
- From: "thibault.langlois" <thibault.langlois@xxxxxxxxx>
- Date: Wed, 25 Jul 2007 14:31:30 -0000
On Jul 24, 5:03 pm, Ross Presser <rpres...@xxxxxxxxx> wrote:
On Jul 24, 10:02 am, Alex Cherepanov <alexc...@xxxxxxxxxxx> wrote:
thibault.langlois wrote:
... on a 64bits Linux box if that matters
ESP Ghostscript 815.04 (2007-03-14)
Please upgrade.
Ghostscript. 8.15 has a bunch of 64-bit bugs. All of them have been
fixed in the current release.
He probably should upgrade, indeed. But apparently ttftot42 also has
64-bit bugs, and it is not part of Ghostscript.
You're right.
This time it was easy to fix:
$ diff write_t42.c write_t42-orig.c
258,267d257
< #if __WORDSIZE == 64
< fprintf(fout, "%02X%02X%02X%02X%08X%08X%08X\n",
< (unsigned int) t->tag[0],
< (unsigned int) t->tag[1],
< (unsigned int) t->tag[2],
< (unsigned int) t->tag[3],
< (unsigned int) t->checksum,
< (unsigned int) t->offset,
< (unsigned int) t->length);
< #else
271c261
< #endif
---
Thibault
.
- References:
- ttftot42
- From: thibault.langlois
- Re: ttftot42
- From: Alex Cherepanov
- Re: ttftot42
- From: Ross Presser
- ttftot42
- Prev by Date: Re: cropping and zooming a postscript document
- Next by Date: How to add drivers to GhostPCL?
- Previous by thread: Re: ttftot42
- Next by thread: cropping and zooming a postscript document
- Index(es):
Relevant Pages
|