better type
authorChristian Grothoff <christian@grothoff.org>
Fri, 11 Jun 2010 22:01:30 +0000 (22:01 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 11 Jun 2010 22:01:30 +0000 (22:01 +0000)
src/statistics/statistics_api.c

index 523b9eb5f41ce803231db6d06c5887aea4df9f55..4ba459c46da71ae30ad9e05c72a07bf48d05fd73 100644 (file)
@@ -817,7 +817,7 @@ GNUNET_STATISTICS_update (struct GNUNET_STATISTICS_Handle *handle,
     return;
   GNUNET_assert (GNUNET_NO == handle->do_destroy);
   add_setter_action (handle, name, make_persistent,
-                     (unsigned long long) delta, ACTION_UPDATE);
+                     (uint64_t) delta, ACTION_UPDATE);
 }