Skip to content

Commit 112fc41

Browse files
committed
Mac: Change format type to use PRIu64 instead of %ld
Changelog-None
1 parent fad1394 commit 112fc41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/bolt11.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ static const char *decode_f(struct bolt11 *b11,
419419
}
420420
if (tal_count(f) > 40) {
421421
return tal_fmt(b11,
422-
"f: witness v%ld bad length %zu",
422+
"f: witness v%"PRIu64" bad length %zu",
423423
version,
424424
tal_count(f));
425425
}

0 commit comments

Comments
 (0)