eggdrop
eggdrop copied to clipboard
Fix more format specifiers
Found by: michaelortmann Patch by: michaelortmann Fixes:
One-line summary: Fix format specifier for intptr_t with c99 PRIdPTR that were shadowed by the use of egg_snprintf() and simple_sprintf() / use snprintf() for all getudef()
Additional description (if needed): This PR is also a continuation of fe00c1e285b9399c68f1192e3bbb1402cf790de7 This PR will also solve part of #1028
Test cases demonstrating functionality (if applicable):
lgtm