Closed LeSpocky closed 4 years ago
Thanks for the fix! Tested successfully on my laptop.
I merged some build fixes to master earlier. Can you please rebase your branch? I would like to see that travis CI successfully builds it before it's merged.
Can you please rebase your branch?
Rebased and force pushed.
Because -Werror is set, some printf statements caused build errors on 32-bit systems when printing uint64_t. This can be handled in a portable way by using the macros from inttypes.h …
Fixes: #12 Signed-off-by: Alexander Dahl post@lespocky.de