changeset 1776:ac1c470df51f

[project @ 1996-01-23 08:26:04 by jwe]
author jwe
date Tue, 23 Jan 1996 08:26:04 +0000
parents d53c27b14236
children 85a825f7f8d6
files liboctave/file-ops.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/file-ops.cc	Tue Jan 23 08:21:22 1996 +0000
+++ b/liboctave/file-ops.cc	Tue Jan 23 08:26:04 1996 +0000
@@ -116,7 +116,7 @@
       struct stat buf;
 
       int status = follow_links
-	? safe_stat (cname, &buf) : safe_lstat (cname, &buf);
+	? SAFE_STAT (cname, &buf) : SAFE_LSTAT (cname, &buf);
 
       if (status < 0)
 	{