19 May
2005
19 May
'05
8:13 p.m.
On Thu, 2005-05-19 at 19:38 -0500, James Hawkins wrote:
+ if (!lpLVItem) + return FALSE;
Please don't check for NULL, it's an internal function, you should never pass NULL there. And if you do, it should crash :) -- Dimi Paun <dimi(a)lattica.com> Lattica, Inc.