gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 01/02: typo


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 01/02: typo
Date: Tue, 05 Jun 2018 09:33:14 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

commit 16952fae55657c0a99274560363a60108ff1d220
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Jun 4 23:26:12 2018 +0200

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

diff --git a/src/util/getopt_helpers.c b/src/util/getopt_helpers.c
index f9341f528..fb8cc4d45 100644
--- a/src/util/getopt_helpers.c
+++ b/src/util/getopt_helpers.c
@@ -819,7 +819,7 @@ set_uint16 (struct 
GNUNET_GETOPT_CommandLineProcessorContext *ctx,
   (void) ctx;
   if (1 != SSCANF (value,
                    "%u",
-                   v))
+                   &v))
   {
     FPRINTF (stderr,
              _("You must pass a number to the `%s' option.\n"),

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



reply via email to

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