You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by ia...@apache.org on 2001/09/09 18:04:59 UTC

cvs commit: apr/file_io/unix filepath.c

ianh        01/09/09 09:04:59

  Modified:    file_io/unix filepath.c
  Log:
  fix breakage caused by last update
  
  Revision  Changes    Path
  1.9       +1 -1      apr/file_io/unix/filepath.c
  
  Index: filepath.c
  ===================================================================
  RCS file: /home/cvs/apr/file_io/unix/filepath.c,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- filepath.c	2001/09/09 06:03:05	1.8
  +++ filepath.c	2001/09/09 16:04:59	1.9
  @@ -171,7 +171,7 @@
            * passing the address of a char const* for a char** arg.
            */
           char *getpath;
  -        rv = apr_filepath_get(&getpath, apr_int32_t flags, p);
  +        rv = apr_filepath_get(&getpath, flags, p);
           rootpath = getpath;
           if (rv != APR_SUCCESS)
               return errno;