user32: Add argument check for PTITLEBARINFO in GetTitleBarInfo().

Rico Schüller kgbricola at web.de
Thu Nov 12 13:02:25 CST 2009


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



More information about the wine-devel mailing list