comctl32: Fix the signedness of i, oldNumParts and nTipCount in STATUSBAR_SetParts.

Robert Shearman rob at codeweavers.com
Fri Feb 22 13:17:24 CST 2008


infoPtr->numParts is unsigned, so i and oldNumParts should be unsigned 
too. nTipCount return from the TTM_GETTOOLCOUNT message should also be 
unsigned.
---
  dlls/comctl32/status.c |    4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 41241121c497fed4845125be1b06c468b793157f.diff
Type: text/x-patch
Size: 628 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080222/38ae1c4c/attachment.bin 


More information about the wine-patches mailing list