Module: wine Branch: master Commit: 9b0686e4a4a51a25e743b5f286cef512d525817b URL: http://source.winehq.org/git/wine.git/?a=commit;h=9b0686e4a4a51a25e743b5f286...
Author: Joris Huizer joris_huizer@yahoo.com Date: Sat Mar 17 07:08:27 2007 -0700
advpack: sign-compare fix.
---
dlls/advpack/reg.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/advpack/reg.c b/dlls/advpack/reg.c index bfa136f..f456f2c 100644 --- a/dlls/advpack/reg.c +++ b/dlls/advpack/reg.c @@ -221,7 +221,7 @@ static HRESULT write_predefined_strings(HMODULE hm, LPCWSTR ini_path) */ HRESULT WINAPI RegInstallW(HMODULE hm, LPCWSTR pszSection, const STRTABLEW* pstTable) { - int i; + unsigned int i; CABINFOW cabinfo; WCHAR tmp_ini_path[MAX_PATH]; HRESULT hr = E_FAIL;