Properly initialize FollowLinks in the default constructor
[libi2ncommon] / src / filefunc.cpp
index 2de5a93..33ef325 100644 (file)
@@ -55,7 +55,8 @@ using namespace std;
 */
 
 Stat::Stat()
-: Valid(false)
+    : FollowLinks(true)
+    , Valid(false)
 {
    clear();
 } // eo Stat::Stat()