Andrew Talbot : mcicda: Sign-compare warning fix.

Alexandre Julliard julliard at winehq.org
Fri Oct 17 07:25:37 CDT 2008


Module: wine
Branch: master
Commit: 9e297e2cbe5ce747733cbe9450977474fe1e2189
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=9e297e2cbe5ce747733cbe9450977474fe1e2189

Author: Andrew Talbot <andrew.talbot at talbotville.com>
Date:   Thu Oct 16 12:46:57 2008 +0100

mcicda: Sign-compare warning fix.

---

 dlls/mcicda/mcicda.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/mcicda/mcicda.c b/dlls/mcicda/mcicda.c
index 6e4a835..2edb919 100644
--- a/dlls/mcicda/mcicda.c
+++ b/dlls/mcicda/mcicda.c
@@ -270,7 +270,7 @@ static DWORD MCICDA_Open(UINT wDevID, DWORD dwFlags, LPMCI_OPEN_PARMSW lpOpenPar
     DWORD               ret = MCIERR_HARDWARE;
     WINE_MCICDAUDIO* 	wmcda = (WINE_MCICDAUDIO*)mciGetDriverData(wDevID);
     WCHAR               root[7], drive = 0;
-    int                 count;
+    unsigned int        count;
 
     TRACE("(%04X, %08X, %p);\n", wDevID, dwFlags, lpOpenParms);
 




More information about the wine-cvs mailing list