aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_strings.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-09-01 12:23:18 +0000
committerChristian Grothoff <christian@grothoff.org>2010-09-01 12:23:18 +0000
commitf6c3874040fbf6d3736577c12cd96aa3531ac175 (patch)
treefb1f349c37b017da8263bce8a6da58d6c22c7763 /src/util/test_strings.c
parent7c364119691e984d81f5f5ce5f5321ee5b322e0d (diff)
downloadgnunet-f6c3874040fbf6d3736577c12cd96aa3531ac175.tar.gz
gnunet-f6c3874040fbf6d3736577c12cd96aa3531ac175.zip
nitpicks
Diffstat (limited to 'src/util/test_strings.c')
-rw-r--r--src/util/test_strings.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/test_strings.c b/src/util/test_strings.c
index abd147300..c34c180fa 100644
--- a/src/util/test_strings.c
+++ b/src/util/test_strings.c
@@ -77,6 +77,7 @@ check ()
77 hdir, 77 hdir,
78 DIR_SEPARATOR_STR); 78 DIR_SEPARATOR_STR);
79 b = GNUNET_STRINGS_filename_expand ("~"); 79 b = GNUNET_STRINGS_filename_expand ("~");
80 GNUNET_assert (b != NULL);
80 WANT (buf, b); 81 WANT (buf, b);
81 GNUNET_STRINGS_buffer_fill (buf, sizeof (buf), 3, "a", "btx", "c"); 82 GNUNET_STRINGS_buffer_fill (buf, sizeof (buf), 3, "a", "btx", "c");
82 WANTB ("a\0btx\0c", buf, 8); 83 WANTB ("a\0btx\0c", buf, 8);