Refactor sprintf calls with computed format strings into multiple calls with
constant format strings, so that the compiler can more easily check the formats for correctness.
Showing
Please register or sign in to comment
constant format strings, so that the compiler can more easily check the formats for correctness.