aboutsummaryrefslogtreecommitdiff
path: root/butl/filesystem
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-07-17 14:23:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-07-17 14:24:36 +0200
commite3a55c39b6dd7a866aa1033203a1813e646f8c50 (patch)
tree8ed4414769c88b371aef975fb55c4baf07287712 /butl/filesystem
parent0184c3182f3bdc83fd4dc6f10ed3609cca32990c (diff)
Fix stat/lstat type/ltype to be consistent, use correct *stat()
Diffstat (limited to 'butl/filesystem')
-rw-r--r--butl/filesystem4
1 files changed, 2 insertions, 2 deletions
diff --git a/butl/filesystem b/butl/filesystem
index 63b19ff..0a5d7eb 100644
--- a/butl/filesystem
+++ b/butl/filesystem
@@ -96,11 +96,11 @@ namespace butl
public:
typedef butl::path path_type;
+ // Symlink target type in case of the symlink, ltype() otherwise.
+ //
entry_type
type () const;
- // Symlink target type in case of the symlink, type() otherwise.
- //
entry_type
ltype () const;