From e3a55c39b6dd7a866aa1033203a1813e646f8c50 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 17 Jul 2015 14:23:06 +0200 Subject: Fix stat/lstat type/ltype to be consistent, use correct *stat() --- butl/filesystem | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'butl/filesystem') 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; -- cgit v1.1