gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r19954 - gnunet/src/hello


From: gnunet
Subject: [GNUnet-SVN] r19954 - gnunet/src/hello
Date: Wed, 22 Feb 2012 19:59:19 +0100

Author: grothoff
Date: 2012-02-22 19:59:19 +0100 (Wed, 22 Feb 2012)
New Revision: 19954

Modified:
   gnunet/src/hello/test_hello.c
Log:
-fix type

Modified: gnunet/src/hello/test_hello.c
===================================================================
--- gnunet/src/hello/test_hello.c       2012-02-22 18:52:24 UTC (rev 19953)
+++ gnunet/src/hello/test_hello.c       2012-02-22 18:59:19 UTC (rev 19954)
@@ -62,7 +62,7 @@
 
 #if DEBUG
   FPRINTF (stderr, "DEBUG: check_addr called with i = %d and addrlen = %u\n",
-           *i, address->address_length);
+           *i, (unsigned int) address->address_length);
 #endif
   GNUNET_assert (address->address_length > 0);
   GNUNET_assert (*i & (1 << (address->address_length - 1)));
@@ -83,7 +83,7 @@
 
 #if DEBUG
   FPRINTF (stderr, "DEBUG: remove_some called with i = %d and addrlen = %u\n",
-           *i, address->address_length);
+           *i, (unsigned int) address->address_length);
 #endif
   GNUNET_assert (address->address_length > 0);
   if (*i & (1 << (address->address_length - 1)))




reply via email to

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