From a4653a7a0f5f3c5e2374aa4dc104208b5f758793 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 29 Mar 2020 13:36:08 +0200 Subject: ftbfs --- src/util/getopt_helpers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util') diff --git a/src/util/getopt_helpers.c b/src/util/getopt_helpers.c index f053158ae..a56ef2d96 100644 --- a/src/util/getopt_helpers.c +++ b/src/util/getopt_helpers.c @@ -650,7 +650,7 @@ set_timetravel_time (struct GNUNET_GETOPT_CommandLineProcessorContext *ctx, option); return GNUNET_SYSERR; } - if (rt.rel_value_us > LONG_LONG_MAX) + if (rt.rel_value_us > LLONG_MAX) { fprintf (stderr, _ ("Value given for time travel `%s' option is too big.\n"), -- cgit v1.2.3