You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by mi...@apache.org on 2009/09/09 21:09:45 UTC

svn commit: r813083 - /apr/apr/branches/1.3.x/include/apr_file_info.h

Author: minfrin
Date: Wed Sep  9 19:09:45 2009
New Revision: 813083

URL: http://svn.apache.org/viewvc?rev=813083&view=rev
Log:
Clarify the return code for apr_dir_read.

Modified:
    apr/apr/branches/1.3.x/include/apr_file_info.h

Modified: apr/apr/branches/1.3.x/include/apr_file_info.h
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.3.x/include/apr_file_info.h?rev=813083&r1=813082&r2=813083&view=diff
==============================================================================
--- apr/apr/branches/1.3.x/include/apr_file_info.h (original)
+++ apr/apr/branches/1.3.x/include/apr_file_info.h Wed Sep  9 19:09:45 2009
@@ -261,7 +261,8 @@
  *
  * @note If @c APR_INCOMPLETE is returned all the fields in @a finfo may
  *       not be filled in, and you need to check the @c finfo->valid bitmask
- *       to verify that what you're looking for is there.
+ *       to verify that what you're looking for is there. When no more
+ *       entries are available, APR_ENOENT is returned.
  */                        
 APR_DECLARE(apr_status_t) apr_dir_read(apr_finfo_t *finfo, apr_int32_t wanted,
                                        apr_dir_t *thedir);