From 4ef465c1f4a0c8cd3976ca4aa4b5b8a98f1216ef Mon Sep 17 00:00:00 2001 From: trawick Date: Wed, 12 Nov 2003 15:01:24 +0000 Subject: provide an error string for APR_EPATHWILD git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/APR_0_9_BRANCH@64742 13f79535-47bb-0310-9956-ffa450edef68 --- misc/unix/errorcodes.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/unix/errorcodes.c b/misc/unix/errorcodes.c index cc199f5ee..77739065f 100644 --- a/misc/unix/errorcodes.c +++ b/misc/unix/errorcodes.c @@ -164,6 +164,8 @@ static char *apr_error_string(apr_status_t statcode) return "The given path was above the root path"; case APR_EBADPATH: return "The given path misformatted or contained invalid characters"; + case APR_EPATHWILD: + return "The given path contained wildcard characters"; case APR_EPROC_UNKNOWN: return "The process is not recognized."; default: -- cgit v1.2.1