there's still one more.. =)
e.
On Thu, 19 Jun 2003, Ben Maurer wrote:
> On Thu, 2003-06-19 at 17:52, eric lindvall wrote:
> > Is there a reason for your double "if (buf == null)" checks?
> > e.g.:
> >
> > + } else if (buf == null) {
> > + if (buf == null) buf = new byte [buf_size];
> > }
> oops. attached fixed version