projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4fbff9
)
opt: fix tests for 64-bit systems.
author
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 6 Feb 2014 03:55:07 +0000
(14:25 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 6 Feb 2014 03:55:07 +0000
(14:25 +1030)
Actually, only an issue for 64 bit big endian systems, but still...
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/opt/test/run-consume_words.c
patch
|
blob
|
history
diff --git
a/ccan/opt/test/run-consume_words.c
b/ccan/opt/test/run-consume_words.c
index ae4d5d3eae220049b5b1d548419b6af79947530c..98b2e1e67a019b32e3c8a9d2f68cea5d5d241bef 100644
(file)
--- a/
ccan/opt/test/run-consume_words.c
+++ b/
ccan/opt/test/run-consume_words.c
@@
-7,7
+7,7
@@
/* Test consume_words helper. */
int main(int argc, char *argv[])
{
-
unsigned in
t start, len;
+
size_
t start, len;
plan_tests(13);