On Sat Feb 8 17:48:57 2025 +0000, Damjan Jovanovic wrote:
I've changed it from "This" to "stream" now, but the inconsistency I was talking about was the TRACE format inconsistency: `TRACE("(%p)->(%p)\n", This, text);` in textstream_ReadLine, textstream_ReadAll `TRACE("%p, %s.\n", iface, debugstr_w(text));` in textstream_Write
Yes, that too. I've been gradually changing that whenever something needed fixing.