# HG changeset patch # User jwe # Date 830300499 0 # Node ID ffff1fea99df43ad0c147333598203d3b19eecc7 # Parent 32db8beaaf24b092fe60ff6127a4ee852a915971 [project @ 1996-04-23 23:01:39 by jwe] diff --git a/liboctave/file-ops.h b/liboctave/file-ops.h --- a/liboctave/file-ops.h +++ b/liboctave/file-ops.h @@ -30,7 +30,7 @@ { public: - file_stat (const string& n = string (), bool fl = 1) + file_stat (const string& n = string (), bool fl = true) : file_name (n), follow_links (fl), initialized (false) { if (! file_name.empty ())