comctl32: fix uninitialized, unused variables

Lei Zhang thestig at google.com
Thu Nov 1 20:54:23 CDT 2007


Hi,

In dlls/comctl32/status.c, there are two instances where the variables
x and y are assigned, but never used. There's also a couple cases
where a struct RECT was never initialized by GetClientRect and then
used. We now check the return value from GetClientRect before using
those struct RECTs.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-comctl32-fix-uninitialized-unused-variables.txt
Url: http://www.winehq.org/pipermail/wine-patches/attachments/20071101/1508a40d/attachment.txt 


More information about the wine-patches mailing list