sussman     01/05/23 10:44:04

  Modified:    include  apr_file_info.h
  Log:
  (apr_finfo_t):  revert comment.  my bad, I misunderstood the 'valid' field.
  
  Revision  Changes    Path
  1.18      +1 -1      apr/include/apr_file_info.h
  
  Index: apr_file_info.h
  ===================================================================
  RCS file: /home/cvs/apr/include/apr_file_info.h,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- apr_file_info.h   2001/05/23 15:08:44     1.17
  +++ apr_file_info.h   2001/05/23 17:43:59     1.18
  @@ -189,7 +189,7 @@
       apr_time_t mtime;
       /** The time the file was last changed */
       apr_time_t ctime;
  -    /** The full pathname of the file.  NOT YET IMPLEMENTED. */
  +    /** The full pathname of the file */
       const char *fname;
       /** The file's name (no path) in filesystem case */
       const char *name;
  
  
  

Reply via email to