eggdrop icon indicating copy to clipboard operation
eggdrop copied to clipboard

Fix more format specifiers

Open michaelortmann opened this issue 3 years ago • 1 comments

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):

michaelortmann avatar Sep 12 '22 07:09 michaelortmann

lgtm

thommey avatar Sep 20 '22 15:09 thommey