27 May
2013
27 May
'13
7:58 a.m.
On 27 May 2013 09:49, Christian Costa <titan.costa(a)gmail.com> wrote:
- FIXME("(%p/%p)->(%s,%p): stub\n", iface, This, filename, Texture); + FIXME("iface %p, filename %s, texture %p stub!\n", iface, debugstr_a(filename), texture);
Do you really need to change the way traces are displayed?
Yes, you can't use %s for arbitrary application data. The existing traces are also ugly. Arguably that could have been a separate patch, but I'm touching the line anyway because the variable name changed.