]> granicus.if.org Git - apache/commitdiff
That's apr, not ap (any longer)
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 23 Jun 2002 06:12:09 +0000 (06:12 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 23 Jun 2002 06:12:09 +0000 (06:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95857 13f79535-47bb-0310-9956-ffa450edef68

modules/dav/main/mod_dav.c

index 5fcb0a4f78e2e2f396dac2626b1222a6174fa914..2c5cf92b340773c29ccd36add4805db48b088a8b 100644 (file)
@@ -3712,9 +3712,9 @@ static int dav_method_update(request_rec *r)
 
     if (err != NULL) {
         err = dav_push_error(r->pool, err->status, 0,
-                             ap_psprintf(r->pool,
-                                         "Could not UPDATE %s.",
-                                         ap_escape_html(r->pool, r->uri)),
+                             apr_psprintf(r->pool,
+                                          "Could not UPDATE %s.",
+                                          ap_escape_html(r->pool, r->uri)),
                              err);
         return dav_handle_err(r, err, multi_response);
     }