gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: ftbfs


From: gnunet
Subject: [gnunet] branch master updated: ftbfs
Date: Sun, 29 Mar 2020 13:40:36 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new a4653a7a0 ftbfs
a4653a7a0 is described below

commit a4653a7a0f5f3c5e2374aa4dc104208b5f758793
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Mar 29 13:36:08 2020 +0200

    ftbfs
---
 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 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"),

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



reply via email to

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