intel / synce4l

GNU General Public License v2.0
22 stars 11 forks source link

Printf() type fix #33

Closed kuro68k closed 9 months ago

kuro68k commented 11 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.

kubalewski commented 9 months ago

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!