diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-02-11 21:55:04 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-02-11 21:55:04 +0000 |
commit | 9ffdaa647ee57263247e047e6c67c5a7fa1f2a6c (patch) | |
tree | 3485e1645439990642fcb941d579deb10f8a17a7 /coreutils/ln.c | |
parent | 5e1b2ca1161cba481ccf4873427389f59dbc23e0 (diff) |
Updates
-Erik
Diffstat (limited to 'coreutils/ln.c')
-rw-r--r-- | coreutils/ln.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/ln.c b/coreutils/ln.c index bc51cb0d5..0715bfaed 100644 --- a/coreutils/ln.c +++ b/coreutils/ln.c @@ -84,7 +84,7 @@ extern int ln_main(int argc, char **argv) exit FALSE; } - linkIntoDirFlag = isDirectory(linkName, TRUE); + linkIntoDirFlag = isDirectory(linkName, TRUE, NULL); if ((argc > 3) && !linkIntoDirFlag) { fprintf(stderr, not_a_directory, "ln", linkName); |