Re: Comment Bug in apr_file_io.h

2003-06-15 Thread Cliff Woolley
On Sat, 14 Jun 2003, Joshua Moore-Oliva wrote: > the offending part being > > * @param ch The character to write. > * @param thefile The file descriptor to write to > > for GETc Committed. Thanks! --Cliff

Comment Bug in apr_file_io.h

2003-06-14 Thread Joshua Moore-Oliva
Right now these two entries read... /** * put a character into the specified file. * @param ch The character to write. * @param thefile The file descriptor to write to */ APR_DECLARE(apr_status_t) apr_file_putc(char ch, apr_file_t *thefile); /** * get a character from the specified file. *