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
--
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
===
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