summaryrefslogtreecommitdiff
path: root/modules/test
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2001-08-19 05:48:19 +0000
committerRyan Bloom <rbb@apache.org>2001-08-19 05:48:19 +0000
commit6fdd45dc48bebda3bf2a10327c0708daeeddda54 (patch)
tree829c856ca894b87b5c78850a66daa8e9e92eed17 /modules/test
parent24a865fd0897a407e695b76a8861392bcfda7110 (diff)
downloadhttpd-6fdd45dc48bebda3bf2a10327c0708daeeddda54.tar.gz
Update the Apache code to account for the XtOffset change in APR.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90356 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/test')
-rw-r--r--modules/test/mod_autoindex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/test/mod_autoindex.c b/modules/test/mod_autoindex.c
index 7489164148..a57f037300 100644
--- a/modules/test/mod_autoindex.c
+++ b/modules/test/mod_autoindex.c
@@ -582,7 +582,7 @@ static const command_rec autoindex_cmds[] =
AP_INIT_FLAG("FancyIndexing", fancy_indexing, NULL, DIR_CMD_PERMS,
"Limited to 'on' or 'off' (superseded by IndexOptions FancyIndexing)"),
AP_INIT_TAKE1("DefaultIcon", ap_set_string_slot,
- (void *) XtOffsetOf(autoindex_config_rec, default_icon),
+ (void *) APR_XtOffsetOf(autoindex_config_rec, default_icon),
DIR_CMD_PERMS, "an icon URL"),
{NULL}
};