- From: Brian Campbell <bacam+am@z273.org.uk>
- Date: Thu, 23 Jan 2003 23:24:20 +0000
- To: www-amaya@w3.org
Received on Thursday, 23 January 2003 18:25:22 UTC
On Tue, Jan 21, 2003 at 07:07:07PM -0500, Charles McCathieNevile wrote: > > If there is no applicable transformation you should get a message in the > status bar. Otherwise there might just be a bug somewhere, but I would be > surprised because I use this feature a few times a week, and have done across > many releases... There is a bug that only affects some platforms (mine, Linux PPC, included), causing transformations to fail. The result of getc is assumed to fit in a char, but that is not necessarily true -- it should be an int. Patch attached below. Brian
Received on Thursday, 23 January 2003 18:25:22 UTC