Commit 25fcec64 authored by Nils Goroll's avatar Nils Goroll Committed by Dridi Boukelmoune

change probe stats bitmaps to match %ju format

or should we use "%" PRIu64 in the format ?

reported by Travis via @fgsch
parent ab15cd45
......@@ -72,7 +72,7 @@ struct vbp_target {
unsigned good;
/* Collected statistics */
#define BITMAP(n, c, t, b) uint64_t n;
#define BITMAP(n, c, t, b) uintmax_t n;
#include "tbl/backend_poll.h"
double last;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment