Fixed wrong length in my_default.c
This couldn't cause any bugs as ptr was zero terminated, but still better to have the length correct.
Showing
Please register or sign in to comment
This couldn't cause any bugs as ptr was zero terminated, but still better to have the length correct.