http://bugs.winehq.org/show_bug.cgi?id=10280
--- Comment #37 from Maarten Lankhorst m.b.lankhorst@gmail.com 2010-07-20 04:14:36 --- Hi,
You're right, the traces are faulty. Thanks for isolating the problem.
However, the correct fix is not to add a helper function, change the (LPCSTR)&xx to debugstr_an((LPCSTR)&xx, 4) this is a lot cleaner solution, and also used in other places. Feel free to send that patch to wine-patches@winehq.org and you might want to investigate if elsewhere in that file those bugs occur :)