aboutsummaryrefslogtreecommitdiff
path: root/ln.c
diff options
context:
space:
mode:
Diffstat (limited to 'ln.c')
-rw-r--r--ln.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ln.c b/ln.c
index bc51cb0d5..0715bfaed 100644
--- a/ln.c
+++ b/ln.c
@@ -84,7 +84,7 @@ extern int ln_main(int argc, char **argv)
84 exit FALSE; 84 exit FALSE;
85 } 85 }
86 86
87 linkIntoDirFlag = isDirectory(linkName, TRUE); 87 linkIntoDirFlag = isDirectory(linkName, TRUE, NULL);
88 88
89 if ((argc > 3) && !linkIntoDirFlag) { 89 if ((argc > 3) && !linkIntoDirFlag) {
90 fprintf(stderr, not_a_directory, "ln", linkName); 90 fprintf(stderr, not_a_directory, "ln", linkName);