mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 06:41:44 +01:00
Mac: Change format type to use PRIu64 instead of %ld
Changelog-None
This commit is contained in:
parent
6472475714
commit
e626f91267
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue