[haiku-commits] Re: r35494 - haiku/trunk/src/system/boot/loader/file_systems/bfs

  • From: Stephan Assmus <superstippi@xxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 16 Feb 2010 14:03:10 +0100

On 2010-02-16 at 13:49:52 [+0100], axeld@xxxxxxxxxxxxxxxx wrote:
>                      if (runBlockEnd > pos) {
>                          run = indirect[current];
> -                        offset = runBlockEnd - (run.Length() << 
> cached.BlockShift());
> +                        offset = runBlockEnd -
> +                            (run.Length() << cached.BlockShift());
>                          //printf("reading from indirect block: 
>                          %ld,%d\n",fRun.allocation_group,fRun.start);

But the operator goes on the next line, Axel! :-)

Best regards,
-Stephan

Other related posts: