summaryrefslogtreecommitdiff
path: root/src/du.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-07-30 18:59:12 +0000
committerJim Meyering <jim@meyering.net>1994-07-30 18:59:12 +0000
commita8778c2665e4b82959ffe4155f41236a508c09db (patch)
treeac7e7f8d091cba320a98f13a849ff10f483f87e0 /src/du.c
parent32bd426778e4d37e233fe06ce66eb72b4a84c883 (diff)
downloadcoreutils-a8778c2665e4b82959ffe4155f41236a508c09db.tar.xz
merge with 3.9e
Diffstat (limited to 'src/du.c')
-rw-r--r--src/du.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/du.c b/src/du.c
index b53775a81..4ee13fd67 100644
--- a/src/du.c
+++ b/src/du.c
@@ -234,7 +234,7 @@ main (argc, argv)
char *cwd_only[2];
cwd_only[0] = ".";
- cwd_only[1] = "NULL";
+ cwd_only[1] = NULL;
program_name = argv[0];
xstat = safe_lstat;