You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by kf...@apache.org on 2002/10/25 02:17:01 UTC

cvs commit: apr/file_io/unix copy.c

kfogel      2002/10/24 17:17:00

  Modified:    file_io/unix copy.c
  Log:
  * apr/file_io/unix/copy.c (apr_file_transfer_contents): Fix comment.
  
  Revision  Changes    Path
  1.4       +1 -1      apr/file_io/unix/copy.c
  
  Index: copy.c
  ===================================================================
  RCS file: /home/cvs/apr/file_io/unix/copy.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- copy.c	8 Jul 2002 20:28:56 -0000	1.3
  +++ copy.c	25 Oct 2002 00:17:00 -0000	1.4
  @@ -71,7 +71,7 @@
       if (status)
           return status;
   
  -    /* Get its size. */
  +    /* Maybe get its permissions. */
       if (to_perms == APR_FILE_SOURCE_PERMS) {
           status = apr_file_info_get(&finfo, APR_FINFO_PROT, s);
           if (status != APR_SUCCESS && status != APR_INCOMPLETE) {