You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2003/11/12 15:57:26 UTC

cvs commit: apr/misc/unix errorcodes.c

trawick     2003/11/12 06:57:26

  Modified:    misc/unix errorcodes.c
  Log:
  provide an error string for APR_EPATHWILD
  
  Revision  Changes    Path
  1.56      +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.56
  diff -u -r1.55 -r1.56
  --- errorcodes.c	6 Jul 2003 10:34:55 -0000	1.55
  +++ errorcodes.c	12 Nov 2003 14:57:26 -0000	1.56
  @@ -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: