ChangeSet ID: 13021 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/07/21 16:17:03
Modified files: dlls/wininet : http.c
Log message: Robert Shearman rob@codeweavers.com HttpQueryInfo returns buffer length including null terminator on insufficient buffer length and buffer length excluding null terminator on success: - Fix HTTP_HttpQueryInfoW for these semantics. - Fix HttpQueryInfoA to correctly copy the null terminator in the call to WideCharToMultiByte.
Patch: http://cvs.winehq.org/patch.py?id=13021
Old revision New revision Changes Path 1.73 1.74 +10 -5 wine/dlls/wininet/http.c