gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: typo


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: typo
Date: Sat, 18 Aug 2018 03:40:17 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 654f4cd21 typo
654f4cd21 is described below

commit 654f4cd21ebe073eb7d792e19a148f538f2b93df
Author: Florian Dold <address@hidden>
AuthorDate: Sat Aug 18 03:39:07 2018 +0200

    typo
---
 src/util/benchmark.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/benchmark.c b/src/util/benchmark.c
index 7dac5ce85..78f62a96e 100644
--- a/src/util/benchmark.c
+++ b/src/util/benchmark.c
@@ -193,7 +193,7 @@ get_url_benchmark_data (char *url)
 
   bd = get_benchmark_data ();
 
-  GNUNET_assert (bd->urd_len <= brd->urd_capacity);
+  GNUNET_assert (bd->urd_len <= bd->urd_capacity);
 
   for (unsigned int i = 0; i < bd->urd_len; i++)
   {

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]