Mac: Change format type to use PRIu64 instead of %ld

Changelog-None
This commit is contained in:
Dusty Daemon 2023-07-25 19:39:49 -07:00 committed by Rusty Russell
parent 6472475714
commit e626f91267

View file

@ -419,7 +419,7 @@ static const char *decode_f(struct bolt11 *b11,
}
if (tal_count(f) > 40) {
return tal_fmt(b11,
"f: witness v%ld bad length %zu",
"f: witness v%"PRIu64" bad length %zu",
version,
tal_count(f));
}