[Bug 15070] HxD cant find Internetupdate

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Aug 30 10:31:43 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=15070





--- Comment #3 from André H. <nerv at dawncrow.de>  2008-08-30 10:31:42 ---
The Dev of HxD thinks the Function should contain something like:

if (bSuccess && lpdwIndex && "lpdwIndex + 1 is a valid index")
    (*lpdwIndex)++; 
.
.
.
return bSuccess;


But i had great success with this:

if (bSuccess && lpdwIndex)
    (*lpdwIndex)++; 
.
.
.
return bSuccess;

in HTTP_HttpQueryInfoW (internal)

Would someone please generate a patch, i am too stupid for that.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the wine-bugs mailing list