ChangeSet ID: 11605
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/03/22 14:40:46
Modified files:
dlls/wininet : http.c
Log message:
Marcus Meissner <marcus(a)jet.franken.de>
Allocate correct number of pointers for szAcceptTypes, since we need
it NULL terminated.
HeapReAlloc will modify the pointer, so store it there.
Patch: http://cvs.winehq.org/patch.py?id=11605
Old revision New revision Changes Path
1.50 1.51 +3 -1 wine/dlls/wininet/http.c