8 Feb
2025
8 Feb
'25
5:45 p.m.
On Sat Feb 8 17:40:49 2025 +0000, Damjan Jovanovic wrote:
changed this line in [version 3 of the diff](/wine/wine/-/merge_requests/7289/diffs?diff_id=156546&start_sha=84dd2b2363f2804dd349d8db2bd0bc1f457c84a4#377029b3c3848f25a9cca79ef5d60f8de3784bee_685_685) 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 -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7289#note_94086