mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-18 22:54:25 +01:00
devtools/print_wire: long long instead of longing
adding PRId64 magic instead Changelog-None
This commit is contained in:
@@ -91,7 +91,7 @@ bool printwire_s64(const char *fieldname, const u8 **cursor, size_t *plen)
|
||||
printf("**TRUNCATED s64 %s**\n", fieldname);
|
||||
return false;
|
||||
}
|
||||
printf("%ld\n", v);
|
||||
printf("%"PRId64"\n", v);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user