Commit d4ece17a authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Tollef Fog Heen

A missing type-cast

parent aab7c102
......@@ -109,7 +109,7 @@ smp_metrics(struct smp_sc *sc)
*/
sc->free_reserve = sc->aim_segl * 10;
fprintf(stderr, "free_reserve = %ju\n", sc->free_reserve);
fprintf(stderr, "free_reserve = %ju\n", (uintmax_t)sc->free_reserve);
}
/*--------------------------------------------------------------------
......
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