On Thu, Jun 20, 2013 at 07:37:22PM +0400, Sergey Raevskiy wrote:
> > Rainer, can you check if the patch below works for you?
> > If so, we can merge both patches and put the new code into an #else block.
> >
> ...
> > +      for (j = 0; j < 4; j++)
> > +        val |= (path[i + j] << j);
> ...
> 
> It seems that this sode should be:
> +      for (j = 0; j < 4; j++)
> +        val |= (path[i + j] << (j * 8));

That's right, thank you.

Reply via email to