--- parser3/src/targets/isapi/parser3isapi.C 2001/04/19 15:38:03 1.30 +++ parser3/src/targets/isapi/parser3isapi.C 2001/04/25 14:55:22 1.31 @@ -5,7 +5,7 @@ Author: Alexander Petrosyan (http://design.ru/paf) - $Id: parser3isapi.C,v 1.30 2001/04/19 15:38:03 paf Exp $ + $Id: parser3isapi.C,v 1.31 2001/04/25 14:55:22 paf Exp $ */ #ifndef _MSC_VER @@ -289,7 +289,7 @@ DWORD WINAPI HttpExtensionProc(LPEXTENSI } PCATCH(e) { // global problem // don't allocate anything on pool here: // possible pool' exception not catch-ed now - // and there could be out-of-memory exception + // and there could be out-of-memory exception const char *body=e.comment(); // log it SAPI::log(pool, "exception in request exception handler: %s", body);