We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3918646 commit 6dd9636Copy full SHA for 6dd9636
+stdlib/hard_link_count.m
@@ -10,7 +10,7 @@
10
p {mustBeTextScalar}
11
end
12
13
-c = [];
+c = 0;
14
15
if isunix() && stdlib.has_java()
16
c = stdlib.java.hard_link_count(p);
0 commit comments