On September 24, 2002 05:43 pm, Paul Rupe wrote:
> - Initialize memory to prevent crashes when -debugmsg +listview is on
> + ZeroMemory(&lvItem, sizeof(lvItem));
Guys,
*Please* stop adding these ZeroMemory calls! They just hide bugs,
it is almost always the wrong fix (for the listview at least).
Alexandre, you can apply the patch, I'll go through the ZeroMemory
one more time anyway...
--
Dimi.