From: Roy T. Fielding Date: Thu, 26 Aug 1999 14:37:39 +0000 (+0000) Subject: Sorry, but using C comments in place of C++ comments X-Git-Tag: PRE_APR_CHANGES~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1fa9e1084405e26bea89e758093c906ff925aea0;p=apache Sorry, but using C comments in place of C++ comments makes life for me and my compiler much easier. This one should be back-ported to Apache 1.3.10-dev Submitted by: Martin Kraemer git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83771 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/log.c b/server/log.c index c1450a9cf5..cc92cf3575 100644 --- a/server/log.c +++ b/server/log.c @@ -406,7 +406,7 @@ static void log_error_core(const char *file, int line, int level, FORMAT_MESSAGE_FROM_SYSTEM, NULL, nErrorCode, - MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), // Default language + MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), /* // Default language */ (LPTSTR) errstr + len, sizeof(errstr) - len, NULL