summaryrefslogtreecommitdiff
path: root/include/apr_file_info.h
diff options
context:
space:
mode:
authorBen Collins-Sussman <sussman@apache.org>2001-05-23 17:43:59 +0000
committerBen Collins-Sussman <sussman@apache.org>2001-05-23 17:43:59 +0000
commit63801152a81402e81253174247c82406e8163825 (patch)
tree1685f86f155f5cd484fdb0de65ee8ad8ad2d3865 /include/apr_file_info.h
parent661c92830d5ed19addc3d8300b567d2358a297cb (diff)
downloadapr-63801152a81402e81253174247c82406e8163825.tar.gz
(apr_finfo_t): revert comment. my bad, I misunderstood the 'valid' field.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61676 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_file_info.h')
-rw-r--r--include/apr_file_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_file_info.h b/include/apr_file_info.h
index 0732e97d2..7bdfecca6 100644
--- a/include/apr_file_info.h
+++ b/include/apr_file_info.h
@@ -189,7 +189,7 @@ struct apr_finfo_t {
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;