From ef363a2bef811dd0e1ed70a31ba42677ff70177e Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Fri, 18 Sep 2015 11:40:28 -0700 Subject: [PATCH] [v9_10] fix wire_test so it can read files with comment lines --- bin/tests/wire_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/wire_test.c b/bin/tests/wire_test.c index 2c5e001e0f..8a76bc07ec 100644 --- a/bin/tests/wire_test.c +++ b/bin/tests/wire_test.c @@ -211,7 +211,7 @@ main(int argc, char *argv[]) { rp++; } if (len == 0U) - break; + continue; if (len % 2 != 0U) { fprintf(stderr, "bad input format: %lu\n", (unsigned long)len);