aboutsummaryrefslogtreecommitdiff
path: root/src/util/getopt_helpers.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-29 13:36:08 +0200
committerChristian Grothoff <christian@grothoff.org>2020-03-29 13:36:08 +0200
commita4653a7a0f5f3c5e2374aa4dc104208b5f758793 (patch)
tree246bb830aafddddfe1b441bcd8e8bb0791f68e9d /src/util/getopt_helpers.c
parente0be2a0d9aa80de607f01ab45e79f9f8d8416a8f (diff)
downloadgnunet-a4653a7a0f5f3c5e2374aa4dc104208b5f758793.tar.gz
gnunet-a4653a7a0f5f3c5e2374aa4dc104208b5f758793.zip
ftbfs
Diffstat (limited to 'src/util/getopt_helpers.c')
-rw-r--r--src/util/getopt_helpers.c2
1 files changed, 1 insertions, 1 deletions
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,
650 option); 650 option);
651 return GNUNET_SYSERR; 651 return GNUNET_SYSERR;
652 } 652 }
653 if (rt.rel_value_us > LONG_LONG_MAX) 653 if (rt.rel_value_us > LLONG_MAX)
654 { 654 {
655 fprintf (stderr, 655 fprintf (stderr,
656 _ ("Value given for time travel `%s' option is too big.\n"), 656 _ ("Value given for time travel `%s' option is too big.\n"),