Sam Liddicott schrieb:
> As an aside, that looks generally wrong:
> 
> printf("%llx", (*(const long long unsinged *)data));
> 
> Surely:
> 
> printf("%llx", ((const long long unsinged)(*data)));
> 
> Otherwise you may get a load of rubbish adjacent to *data, unless you "know" 
> that the full storage has been allocated.

I just converted the example which had:
(*(const uint64_t *)data)

I have no idea what type 'data' is in the this context, so I also
can't judge if your comment is correct or not:-)

metze


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
devel mailing list
devel@openchange.org
http://mailman.openchange.org/listinfo/devel

Reply via email to