On 11/12/2009 07:43 PM, Rico Schüller wrote:
- if(!tbi) {
TRACE("Invalid TITLEBARINFO: %p\n", tbi);
Hi Rico,
So your printing the NULL pointer?
Am 12.11.2009 20:51, schrieb Paul Vriens:
On 11/12/2009 07:43 PM, Rico Schüller wrote:
- if(!tbi) {
TRACE("Invalid TITLEBARINFO: %p\n", tbi);
Hi Rico,
So your printing the NULL pointer?
Hi Paul,
yes, it's better to remove the %p. It doesn't add any useful information to the trace.
Thanks for the hint.
Cheers Rico