adapt gnunet-regex-simulation-profiler to libgnunetmy
authorChristophe Genevey Metat <genevey.christophe@gmail.com>
Mon, 27 Jun 2016 14:45:28 +0000 (14:45 +0000)
committerChristophe Genevey Metat <genevey.christophe@gmail.com>
Mon, 27 Jun 2016 14:45:28 +0000 (14:45 +0000)
src/regex/gnunet-regex-simulation-profiler.c

index d9d02bca7410509d37c2993d31255deb71cf3f7b..e88a007498a78953962d09e32472bffe59a99513 100644 (file)
@@ -370,7 +370,7 @@ regex_iterator (void *cls,
 
     if (-1 != total && total > 0)
     {
-      GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Total: %llu (%s, %s)\n", total,
+      GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Total: %llu (%s, %s)\n", (unsigned long long)total,
                   GNUNET_h2s (key), edges[i].label);
     }