diff liboctave/file-ops.h @ 2074:ffff1fea99df

[project @ 1996-04-23 23:01:39 by jwe]
author jwe
date Tue, 23 Apr 1996 23:01:39 +0000
parents 1b57120c997b
children cc9b29d0b43e
line wrap: on
line diff
--- 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 ())