Skip to content

Commit 4466934

Browse files
committed
os_version: always char out
1 parent 9961c23 commit 4466934

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

+stdlib/os_version.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
backend (1,:) string = ["sys", "python", "dotnet", "java"]
1616
end
1717

18-
os = string.empty;
19-
version = string.empty;
18+
os = '';
19+
version = '';
2020

2121
for b = backend
2222
switch b

0 commit comments

Comments
 (0)