On Mon, Aug 5, 2013 at 8:43 PM, Dan Gora <dan.g...@gmail.com> wrote:
> Hi Zdenek,
>
> Sorry it took so long to get back to this...

Hello Dan,

it's better late than never. We're all busy :)

>
[...]
> This is why you have to use:
>
>         data[4] = correction >> 0;
>         data[5] = correction >> 8;
>         data[6] = correction >> 16;
>         data[7] = correction >> 24;
>
> Instead of:
>
>  *(uint32_t*)(&data[8]) = correction;
>
> to make the code endian neutral...
>
> thanks
> d

Thanks for confirmation. I still haven't committed those changes,
although it was due to lack of time/prio to do so.

Regards,
Z.

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Ipmitool-devel mailing list
Ipmitool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipmitool-devel

Reply via email to