On Thu Oct 13 17:15:26 2022 +0000, Huw Davies wrote:
I don't think adding another use case of the non-standard `strndupW()` makes things less ugly. Go back to using `wcsdup()` - it doesn't matter that we over-allocate a little as this is only a short-lived string.
Okay, done.