summaryrefslogtreecommitdiff
path: root/io
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1992-03-24 07:02:08 +0000
committerRoland McGrath <roland@gnu.org>1992-03-24 07:02:08 +0000
commit4f6d8585d784827913ecf296f2d3e128842f61d5 (patch)
tree93f22d43d81ebbfe606a2af644c7fde10b00ae5e /io
parent22fe7e499b5a6136dc3a75867dcaaf64a730e22d (diff)
entered into RCS
Diffstat (limited to 'io')
-rw-r--r--io/getdirname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io/getdirname.c b/io/getdirname.c
index 707380e43d..733745b584 100644
--- a/io/getdirname.c
+++ b/io/getdirname.c
@@ -41,5 +41,5 @@ DEFUN_VOID(get_current_dir_name)
/* The PWD value is correct. Use it. */
return strdup (pwd);
- return getcwd ((char *) NULL);
+ return getcwd ((char *) NULL, 0);
}