ledvinap opened this issue 6 years ago · 0 comments
sprintf("%#4x", 0x1234); produces `"0x34" It is caused by wrong '0x' space compensation when width equals output
sprintf("%#4x", 0x1234);
BTW: I'm fixing issues reported, no need to work on it immediately