]> git.ozlabs.org Git - ccan/commit
opt: fix warnings in test, fix endian assumptions.
authorRusty Russell <rusty@rustcorp.com.au>
Sun, 14 Aug 2011 00:35:41 +0000 (10:05 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Sun, 14 Aug 2011 00:35:41 +0000 (10:05 +0930)
commitabde990702b6d6c3739edf85578af8529608ade5
treeed104b1b1e5a2f01702f456442e528a4ccfc294b
parentbbdf3ef3c2c14e515388c6146fd00557cee905a1
opt: fix warnings in test, fix endian assumptions.

In particular, handing an pointer to ULL where a pointer to UL is expected
won't work on big endian.
ccan/opt/test/run-helpers.c