Greetings All,
Aahhh - the extra c\r's were terminating the lines....
Not being the brightess kid on the block, is there any reason this can't just be in one string without the whitespace?


Norm

[EMAIL PROTECTED] wrote:
fuankg      2005/02/13 14:32:58

Modified:    jk/native/common jk_status.c Log: removed obsolete empty
lines since they break CodeWarrior compiler.

Revision  Changes    Path 1.3       +2 -7
jakarta-tomcat-connectors/jk/native/common/jk_status.c

Index: jk_status.c =================================================================== RCS file:
/home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_status.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- jk_status.c 13 Feb 2005 12:22:31 -0000 1.2 +++ jk_status.c 13 Feb
2005 22:32:58 -0000 1.3 @@ -29,14 +29,9 @@


#define HUGE_BUFFER_SIZE (8*1024)

-#define JK_STATUS_HEAD "<!DOCTYPE HTML PUBLIC \"-//W3C//" \ -
"DTD HTML 3.2 Final//EN\">\n"      \ -
"<html><head><title>JK Status Manager</title></head>\n"  \ -
"<body>\n" - +#define JK_STATUS_HEAD "<!DOCTYPE HTML PUBLIC
\"-//W3C//" \ #define JK_STATUS_HEND "</body>\n</html>\n"

- typedef struct status_worker status_worker_t;

struct status_endpoint




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to