Commit bf06b6e9 authored by Rusty Russell's avatar Rusty Russell

opt: fix tests for 64-bit systems.

Actually, only an issue for 64 bit big endian systems, but still...
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent e4fbff96
......@@ -7,7 +7,7 @@
/* Test consume_words helper. */
int main(int argc, char *argv[])
{
unsigned int start, len;
size_t start, len;
plan_tests(13);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment