diff options
-rw-r--r-- | src/util/getopt_helpers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/getopt_helpers.c b/src/util/getopt_helpers.c index f9341f528c..fb8cc4d455 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"), |