On Tue May 27 20:32:21 2025 +0000, Alexandre Julliard wrote:
The `%02X:%02X...` stuff should probably be formatted out of band, with only a standard `%s` in the format. But the goal is not to reduce lines of code, it's to make it possible to translate even in languages that need a different sentence structure.
Right, since the address is one string. Fixed this, thanks.