gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: fix types


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix types
Date: Fri, 17 Mar 2017 18:15:16 +0100

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 be33176a8 fix types
be33176a8 is described below

commit be33176a8897f155a1c916d04373b143926b5106
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Mar 17 18:17:12 2017 +0100

    fix types
---
 src/social/gnunet-social.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/social/gnunet-social.c b/src/social/gnunet-social.c
index baeca3082..4a46fdc99 100644
--- a/src/social/gnunet-social.c
+++ b/src/social/gnunet-social.c
@@ -116,13 +116,13 @@ static char *opt_data;
 static char *opt_name;
 
 /** --start */
-static uint64_t opt_start;
+static unsigned long long opt_start;
 
 /** --until */
-static uint64_t opt_until;
+static unsigned long long opt_until;
 
 /** --limit */
-static long long unsigned int opt_limit;
+static unsigned long long opt_limit;
 
 
 /* global vars */
@@ -1318,7 +1318,7 @@ main (int argc, char *const *argv)
                                  "gns",
                                  "GNS_NAME",
                                  gettext_noop ("GNS name"),
-                                 &opt_gns), 
+                                 &opt_gns),
 
     GNUNET_GETOPT_OPTION_STRING ('i',
                                  "peer",

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



reply via email to

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