Closed kuro68k closed 9 months ago
Unable to build 1.0.0 on RPi OS (64 bit) due to mismatch with printf() types for 64 bit ints. This patch correct that issue by using generic types from inttypes.h.
Hi Paul,
Actually, this is already fixed in the branch being candidate for next release (dev): #30
I am closing this PR, nevertheless, many thanks for your work!
Unable to build 1.0.0 on RPi OS (64 bit) due to mismatch with printf() types for 64 bit ints. This patch correct that issue by using generic types from inttypes.h.