[patch] Listview fixes

Dimitrie O. Paun dpaun at rogers.com
Tue Sep 24 17:56:15 CDT 2002


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.




More information about the wine-devel mailing list