Fixed warnings about printf style format specifier and argument type mismatch %lu != (unsigned int)
I find it rather interesting that I continue making this very specific mistake. Its not like I don't know the difference but writing these kind of error messages is now almost an unconcious act, like muscle memory or something.
It would of course help if these were flagged in MSVC, I should look at that some time.
Fixed warnings about printf style format specifier and argument type mismatch %lu != (unsigned int)
I find it rather interesting that I continue making this very specific mistake. Its not like I don't know the difference but writing these kind of error messages is now almost an unconcious act, like muscle memory or something.
It would of course help if these were flagged in MSVC, I should look at that some time.