Re: [patch] bzip2

2005-03-30 Thread Stefan Bodewig
On Thu, 24 Mar 2005, Kev Jackson <[EMAIL PROTECTED]> wrote: > As I said before, I saw the big patch on bugzilla and forgot about > this, but as the big patch is no longer valid (breaks bc), here's my > (very) minor version :) Let's see how the revised version of "the big patch" works 8-) Stefan

[patch] bzip2

2005-03-24 Thread Kev Jackson
- removed trailing ';' - use array initialization instead of loops where appropriate As I said before, I saw the big patch on bugzilla and forgot about this, but as the big patch is no longer valid (breaks bc), here's my (very) minor version :) Kev Index: CBZip2InputStream.java =