Re: missing bracket

2003-10-13 Thread Erik Abele
On 13/10/2003, at 11:00, Ward Viaene wrote: Hi, I was reading the API documentation for apache 1.3, when I saw a little mistake in this line: if ((errstatus = ap_set_content_length (r, r->finfo.st_size)) { There is missing a bracket. Thanks, fixed in CVS. Cheers, Erik greetings, Ward Viaene --

cvs commit: httpd-docs-1.3/htdocs/manual/misc API.html

2003-10-13 Thread erikabele
erikabele2003/10/13 14:17:05 Modified:htdocs/manual/misc API.html Log: Fix a missing bracket. Submitted by: Ward Viaene <[EMAIL PROTECTED]> Revision ChangesPath 1.21 +1 -1 httpd-docs-1.3/htdocs/manual/misc/API.html Index: API.html ===

missing bracket

2003-10-13 Thread Ward Viaene
Hi, I was reading the API documentation for apache 1.3, when I saw a little mistake in this line: if ((errstatus = ap_set_content_length (r, r->finfo.st_size)) { There is missing a bracket. greetings, Ward Viaene - To unsubs