Skip to content

Commit bc1e2a5

Browse files
committed
must be char
1 parent d13ff7d commit bc1e2a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

+stdlib/+sys/inode.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
[s, m] = system(cmd);
1717
if s == 0
1818
if ispc()
19-
m = strrep(m, "File ID is ", "");
19+
m = strrep(m, 'File ID is ', '');
2020
% https://www.mathworks.com/help/matlab/ref/hex2dec.html
2121
i = sscanf(m, '%lx', 1);
2222
if i == intmax('uint64')

0 commit comments

Comments
 (0)