changeset 2074:ffff1fea99df

[project @ 1996-04-23 23:01:39 by jwe]
author jwe
date Tue, 23 Apr 1996 23:01:39 +0000
parents 32db8beaaf24
children ad74682dc97e
files liboctave/file-ops.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/file-ops.h	Thu Apr 18 02:02:22 1996 +0000
+++ b/liboctave/file-ops.h	Tue Apr 23 23:01:39 1996 +0000
@@ -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 ())