[quoted lines by Simon Meers on 2009/05/27 at 10:41 +1000] >A curious discovery: due to the signed nature of Java's primitive 'byte', >DOT8 should actually be defined as -128.
It's currently defined in Constants.java using an octal constant, i.e. 0200, so that should be okay. I think the real problem is that those constants were defined as ints rather than as chars. This change has now been made. Please retest it at your end. -- Dave Mielke | 2213 Fox Crescent | The Bible is the very Word of God. Phone: 1-613-726-0014 | Ottawa, Ontario | 2011 May 21 is the Day of Judgement. EMail: [email protected] | Canada K2A 1H7 | 2011 Oct 21 is the End of the World. http://FamilyRadio.com/ | http://Mielke.cc/bible/ _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://mielke.cc/mailman/listinfo/brltty
