/[Apache-SVN]/perl/modperl/docs/trunk/src/docs/2.0/api/APR/Error.pod
ViewVC logotype

Diff of /perl/modperl/docs/trunk/src/docs/2.0/api/APR/Error.pod

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- perl/modperl/docs/trunk/src/docs/2.0/api/APR/Error.pod	2005/04/02 22:34:47	159837
+++ perl/modperl/docs/trunk/src/docs/2.0/api/APR/Error.pod	2005/04/02 22:40:15	159838
@@ -176,7 +176,7 @@ but give the user the human-readable ver
 the code.
 
   my $rc = $c->input_filters->get_brigade($bb_in,
-                                          Apache::MODE_GETLINE);
+                                          Apache2::MODE_GETLINE);
   if ($rc != APR::SUCCESS && $rc != APR::EOF) {
       my $error = APR::Error::strerror($rc);
       die "get_brigade error: $rc: $error\n";

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26