You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2007/04/02 09:17:41 UTC

svn commit: r524738 - /tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c

Author: mturk
Date: Mon Apr  2 00:17:40 2007
New Revision: 524738

URL: http://svn.apache.org/viewvc?view=rev&rev=524738
Log:
Oops. Standard copy/paste error ;)

Modified:
    tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c

Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c?view=diff&rev=524738&r1=524737&r2=524738
==============================================================================
--- tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c (original)
+++ tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c Mon Apr  2 00:17:40 2007
@@ -2378,7 +2378,7 @@
             else {
                 char c;
 #if defined(WIN32)
-                c = '\n';
+                c = '\r';
                 write(log_fd, &c, 1);
 #endif
                 c = '\n';



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org