summaryrefslogtreecommitdiff
path: root/test/testnames.c
diff options
context:
space:
mode:
authorjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2001-07-01 06:14:12 +0000
committerjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2001-07-01 06:14:12 +0000
commit3aa502bd6af33480250091289b55d7a4800b3b7f (patch)
treeca1e6062894473511d89eb15e7eeb356aee9757d /test/testnames.c
parent130e59a4a570f7fe99257a6cb4f66c3ccaab7b7b (diff)
downloadlibapr-3aa502bd6af33480250091289b55d7a4800b3b7f.tar.gz
Get this compiling again. Seems like the right choice.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61838 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testnames.c')
-rw-r--r--test/testnames.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testnames.c b/test/testnames.c
index d5f974f24..f77a88337 100644
--- a/test/testnames.c
+++ b/test/testnames.c
@@ -75,7 +75,7 @@ static void root_result(char *path)
apr_status_t status;
char errmsg[256];
char *root = NULL;
- status = apr_filepath_root(&root, &path, context);
+ status = apr_filepath_root(&root, &path, APR_FILEPATH_NATIVE, context);
apr_strerror(status, errmsg, sizeof(errmsg));
if (root)
fprintf(stderr, "\tRoot \"%s\" Path \"%s\" (%s)\n",