This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: BigInteger(byte[]) constructor bugfix.
- To: "Mark J. Roberts" <mjr at statesmean dot com>
- Subject: Re: BigInteger(byte[]) constructor bugfix.
- From: Tom Tromey <tromey at redhat dot com>
- Date: 01 Apr 2001 18:09:57 -0600
- Cc: <java at gcc dot gnu dot org>
- References: <Pine.LNX.4.32.0104010125500.913-100000@rm03-24-131-185-22.ce.mediaone.net>
- Reply-To: tromey at redhat dot com
>>>>> "Mark" == Mark J Roberts <mjr@statesmean.com> writes:
Mark> Err, sorry -- the above inserted if statement was our first fix
Mark> for this problem, but later the whole line seemed
Mark> superfluous. My bad.
Could you send the output of `diff -u' between the current cvs version
and your fixed version? If you are using the cvs checkout out can use
`cvs diff -u' to get this. That would be easiest...
Tom