[haiku-commits] Re: r38075 - haiku/trunk/headers/os/support

  • From: "Axel Dörfler" <axeld@xxxxxxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 13 Aug 2010 08:50:21 +0200

anevilyak@xxxxxxxxx wrote:
> -     if (!fPrivateData || index < 0 || index > Length())
> +     if (!fPrivateData || index < 0 || index >= Length())

Out of curiosity: how can that one fix a build error?

Bye,
   Axel.


Other related posts: