Bug#397883: rasmol: display garbled on amd64

2006-11-10 Thread Michael Schmitz
Package: rasmol Version: 2.7.2.1.1-4 Severity: serious rasmol is unuseable on amd64 (and perhaps other 64bit architectures) due to using the wrong data type for writes to the frame buffer. This simple patch fixes it: --- src/rasmol.h.org2006-11-10 09:35:34.0 +0100 +++ src/rasmol.h

Bug#397883: rasmol: display garbled on amd64

2006-11-10 Thread Teemu Ikonen
On 11/10/06, Michael Schmitz [EMAIL PROTECTED] wrote: rasmol is unuseable on amd64 (and perhaps other 64bit architectures) due to using the wrong data type for writes to the frame buffer. This simple patch fixes it: Thanks for the patch. However, I propose that the definition should be in the

Bug#397883: rasmol: display garbled on amd64

2006-11-10 Thread Michael Schmitz
Thanks for the patch. However, I propose that the definition should be in the Imakefile, where the other architecture specific definitions are as well. Unfortunately I don't have access to a 64-bit machine at the moment, could you test that the patch below actually works? The patch actually