Martin Sevior wrote:

> No it didn't help. 'fred' appears as
>
> 1711276032 1912602624 1694498816 1677721600

Just to make sure, you are aware that the numbers you display is the hex
numbers:

'f' << 24, 'r' << 24 and so on

This is most definitely an endian bug.

/Mike

Reply via email to