On Thu, 05 Dec 2002 14:23:05 +1100, Keith Owens <[EMAIL PROTECTED]> wrote: >On Thu, 5 Dec 2002 09:33:42 +0800 , >"Zhang, Sonic" <[EMAIL PROTECTED]> wrote: >> Finally, I find why my code lines are always cut off. >> >> Some of the code lines are longer than 80 characters. It seems this >>mail list server will cut off any line which is longer than 80. It is not >>the fault of my mailer. > >I doubt it is this mailing list. I will copy in your patch with its >long lines and see what happens. > >==== test start ==== >--- linux-kdb/kdb/kdbmain.c Wed Dec 4 15:53:39 2002 >+++ linux-kdb-cmdline/kdb/kdbmain.c Wed Dec 4 10:28:36 2002 >@@ -691,7 +691,7 @@ > */ > #define KDB_CMD_HISTORY_COUNT 32 > #define CMD_BUFLEN 200 /* kdb_printf: max printline size == 256 */ >-static unsigned int cmd_head, cmd_tail; >+static unsigned int cmd_head=0, cmd_tail=0;
No wrap when I send long lines to the list. It must be your (Zhang) mailer.
