On Tue Oct 17 05:34:53 2023 +0000, Nikolay Sivov wrote:
We have a number of debugstr_an(..., 4) used for the same purpose in different modules. It will give different output if replaced with fourcc helper, because of isprint(), but still might be worth considering.
Thanks for pointing that out. I've started to send merge requests to clean those up.