K 10 svn:author V 6 robert K 8 svn:date V 27 2002-10-17T21:02:02.000000Z K 7 svn:log V 217 Instead of (sizeof(source_buffer) - 1) bytes, copy at most (sizeof(destination_buffer) - 1) bytes into the destination buffer. This was not harmful because they currently both provide space for (MAXCOMLEN + 1) bytes. END