You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by je...@apache.org on 2001/07/01 08:14:12 UTC

cvs commit: apr/test testnames.c

jerenkrantz    01/06/30 23:14:12

  Modified:    test     testnames.c
  Log:
  Get this compiling again.  Seems like the right choice.
  
  Revision  Changes    Path
  1.7       +1 -1      apr/test/testnames.c
  
  Index: testnames.c
  ===================================================================
  RCS file: /home/cvs/apr/test/testnames.c,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- testnames.c	2001/06/26 15:09:20	1.6
  +++ testnames.c	2001/07/01 06:14:12	1.7
  @@ -75,7 +75,7 @@
       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",