[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor/master] Fix a wide line in test_pt.c
commit e6c0fb2b6db185448cdcbf479047cdbe525ef8a9
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
Date: Thu Jul 18 08:49:52 2013 -0400
Fix a wide line in test_pt.c
---
src/test/test_pt.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/test/test_pt.c b/src/test/test_pt.c
index 84b7a59..ac97cf9 100644
--- a/src/test/test_pt.c
+++ b/src/test/test_pt.c
@@ -94,7 +94,8 @@ test_pt_parsing(void)
reset_mp(mp);
/* Include some arguments. Good ones. */
- strlcpy(line,"SMETHOD trebuchet 127.0.0.1:9999 ARGS:counterweight=3,sling=snappy",
+ strlcpy(line,"SMETHOD trebuchet 127.0.0.1:9999 "
+ "ARGS:counterweight=3,sling=snappy",
sizeof(line));
test_assert(parse_smethod_line(line, mp) == 0);
tt_int_op(1, ==, smartlist_len(mp->transports));
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits