gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r9825 - GNUnet/src/applications/dhtlog_mysql


From: gnunet
Subject: [GNUnet-SVN] r9825 - GNUnet/src/applications/dhtlog_mysql
Date: Sun, 20 Dec 2009 16:27:04 +0100

Author: grothoff
Date: 2009-12-20 16:27:04 +0100 (Sun, 20 Dec 2009)
New Revision: 9825

Modified:
   GNUnet/src/applications/dhtlog_mysql/dhtlog_test.c
Log:
fix

Modified: GNUnet/src/applications/dhtlog_mysql/dhtlog_test.c
===================================================================
--- GNUnet/src/applications/dhtlog_mysql/dhtlog_test.c  2009-12-20 02:01:48 UTC 
(rev 9824)
+++ GNUnet/src/applications/dhtlog_mysql/dhtlog_test.c  2009-12-20 15:27:04 UTC 
(rev 9825)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2006 - 2009 Christian Grothoff (and other contributing authors)
+     (C) 2006, 2009 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -50,9 +50,9 @@
   unsigned long long sqlqueryuid;
   unsigned long long sqlrouteuid = 0;
   unsigned long long nodeuid = 0;
-  unsigned long long internaluid = 1010223344;
+  unsigned long long internaluid = 1010223344LL;
   unsigned long long dhtkeyuid = 0;
-  unsigned long long bps = 100000000000;
+  unsigned long long bps = 100000000000LL;
   memset (&p1.hashPubKey, 3, sizeof (GNUNET_HashCode));
   memset (&p2.hashPubKey, 4, sizeof (GNUNET_HashCode));
   memset (&p3.hashPubKey, 5, sizeof (GNUNET_HashCode));





reply via email to

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