From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Thu, 25 Mar 2010 18:53:28 -0400 To: 9fans@9fans.net Message-ID: In-Reply-To: References: <14ec7b181003251133u3aac09f1qcee452382386ec19@mail.gmail.com> <8ccc8ba41003251417x1ec6a645y171736b0fbe6a352@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] quote o' the day Topicbox-Message-UUID: f2e7fc9a-ead5-11e9-9d60-3106f5b1d025 > 403 /* Output the newline. */ > 404 > 405 *bpout++ = '\n'; oddly, for such an obvious comment, it's not exactly what the code does, and somewhat misleading. that code just puts a newline in a buffer and increments a pointer. outputting is elsewhere. - erik