mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
Mac: Change format type to use PRIu64 instead of %ld
Changelog-None
This commit is contained in:
committed by
Rusty Russell
parent
6472475714
commit
e626f91267
@@ -419,7 +419,7 @@ static const char *decode_f(struct bolt11 *b11,
|
|||||||
}
|
}
|
||||||
if (tal_count(f) > 40) {
|
if (tal_count(f) > 40) {
|
||||||
return tal_fmt(b11,
|
return tal_fmt(b11,
|
||||||
"f: witness v%ld bad length %zu",
|
"f: witness v%"PRIu64" bad length %zu",
|
||||||
version,
|
version,
|
||||||
tal_count(f));
|
tal_count(f));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user