trawick 2003/11/12 07:01:24
Modified: misc/unix Tag: APR_0_9_BRANCH errorcodes.c
Log:
provide an error string for APR_EPATHWILD
Revision Changes Path
No revision
No revision
1.55.2.1 +2 -0 apr/misc/unix/errorcodes.c
Index: errorcodes.c
===================================================================
RCS file: /home/cvs/apr/misc/unix/errorcodes.c,v
retrieving revision 1.55
retrieving revision 1.55.2.1
diff -u -r1.55 -r1.55.2.1
--- errorcodes.c 6 Jul 2003 10:34:55 -0000 1.55
+++ errorcodes.c 12 Nov 2003 15:01:24 -0000 1.55.2.1
@@ -164,6 +164,8 @@
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: