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 d13ff7d commit bc1e2a5Copy full SHA for bc1e2a5
+stdlib/+sys/inode.m
@@ -16,7 +16,7 @@
16
[s, m] = system(cmd);
17
if s == 0
18
if ispc()
19
- m = strrep(m, "File ID is ", "");
+ m = strrep(m, 'File ID is ', '');
20
% https://www.mathworks.com/help/matlab/ref/hex2dec.html
21
i = sscanf(m, '%lx', 1);
22
if i == intmax('uint64')
0 commit comments