[haiku-commits] Re: r37437 - in haiku/trunk/src: apps/aboutsystem kits/network/libnetapi

Thanks for fixing this.

2010/7/8  <philippe.houdoin@xxxxxxxxx>:

>  size_t
>  DynamicBuffer::BytesRemaining() const
>  {
> -       return fDataEnd - fDataStart;
> +       return fBufferSize -fDataEnd;
>  }

Missing a space after the - signal.

-Bruno

Other related posts: