Allocate correct number of pointers for szAcceptTypes, since we need
commit8624ef4ab3f5353a0d7e819a2b39e89746e93c5c
authorMarcus Meissner <marcus@jet.franken.de>
Mon, 22 Mar 2004 20:40:46 +0000 (22 20:40 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 22 Mar 2004 20:40:46 +0000 (22 20:40 +0000)
treecfa18f91d5be81946caaf199ffce1daeeedde481
parent33d9a97b07d5316e575fb207040378eaa07e87e4
Allocate correct number of pointers for szAcceptTypes, since we need
it NULL terminated.
HeapReAlloc will modify the pointer, so store it there.
dlls/wininet/http.c