Re: comctl32[1/8]: header: don't check lpItem for NULL in GetItemT

2006-05-14 Thread MikoĊ‚aj Zalewski
You will need to split this patch into two. Checking for NULL has nothing to do with callback. Also I'm not sure why are you removing NULL check? Any explanations, tests? This patch is already split into eight parts - I hope thay are small enough. That's true the first patch doesn't have mu

Re: comctl32[1/8]: header: don't check lpItem for NULL in GetItemT

2006-05-13 Thread Vitaliy Margolen
Saturday, May 13, 2006, 1:07:54 PM, Mikolaj Zalewski wrote: > These patches implements the callback header items and should fix e.g. > bug #4344 > Changelog: don't check lpItem for NULL in GetItemT - lpItem can't be NULL You will need to split this patch into two. Checking for NULL has nothing