Minor http.c fix
| Newsgroups | gmane.comp.emulators.winex.devel |
|---|---|
| Message-ID | <[email protected]> |
Here's a trivial patch to get the latest trunk code to compile using gcc 2.95. -- <Douglas Leonard> <[email protected]> diff -urN winex/dlls/wininet/http.c winex.fixed/dlls/wininet/http.c --- winex/dlls/wininet/http.c 2004-03-03 23:34:18.000000000 -0800 +++ winex.fixed/dlls/wininet/http.c 2004-03-04 19:41:11.000000000 -0800 @@ -154,10 +154,10 @@ { CHAR *szHeader = NULL; - TRACE("->\n"); - BOOL ret = FALSE; + TRACE("->\n"); + if (lpszHeader) { INT lenHeader = lstrlenW(lpszHeader)+1;