--- parser3/src/targets/isapi/parser3isapi.C 2001/04/09 16:04:59 1.27 +++ parser3/src/targets/isapi/parser3isapi.C 2001/04/19 11:57:05 1.29 @@ -1,3 +1,13 @@ +/** @file + Parser: IIS extension. + + Copyright (c) 2000,2001 ArtLebedev Group (http://www.artlebedev.com) + + Author: Alexander Petrosyan (http://design.ru/paf) + + $Id: parser3isapi.C,v 1.29 2001/04/19 11:57:05 paf Exp $ +*/ + #ifndef _MSC_VER # error compile ISAPI module with MSVC [no urge for now to make it autoconf-ed (PAF)] #endif @@ -291,7 +301,7 @@ DWORD WINAPI HttpExtensionProc(LPEXTENSI char header_buf[MAX_STRING]; int header_len=snprintf(header_buf, MAX_STRING, "content-type: text/plain\n" - "content-length: %ul\n" + "content-length: %lu\n" "expires: Fri, 23 Mar 2001 09:32:23 GMT\n" "\n", content_length);