ftbfs
authorChristian Grothoff <christian@grothoff.org>
Sun, 29 Mar 2020 11:36:08 +0000 (13:36 +0200)
committerChristian Grothoff <christian@grothoff.org>
Sun, 29 Mar 2020 11:36:08 +0000 (13:36 +0200)
src/util/getopt_helpers.c

index f053158ae3a2560855af560072ee652f9f114796..a56ef2d9640f765ab344aa575ff1e872a96a35c3 100644 (file)
@@ -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"),