]> granicus.if.org Git - apache/commitdiff
apr_make_array->apr_array_make
authorJeff Trawick <trawick@apache.org>
Thu, 8 Feb 2001 16:38:11 +0000 (16:38 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 8 Feb 2001 16:38:11 +0000 (16:38 +0000)
(if only it were apr_rename.py instead of apr_rename.pl)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88024 13f79535-47bb-0310-9956-ffa450edef68

modules/dav/main/mod_dav.c

index 72213d0b94bf3ac555d5242a22b14c3db5550be8..169be916dc69c00de839a6bbbbed613c9d7cbc9a 100644 (file)
@@ -3329,7 +3329,7 @@ static int dav_method_checkout(request_rec *r)
             else {
                 const ap_xml_elem *child = aset->first_child;
 
-                activities = apr_make_array(r->pool, 1, sizeof(const char *));
+                activities = apr_array_make(r->pool, 1, sizeof(const char *));
 
                 for (; child != NULL; child = child->next) {
                     if (child->ns == AP_XML_NS_DAV_ID