Re: Comment Bug in apr_file_io.h
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
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. *