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 d59e41e commit 3843945Copy full SHA for 3843945
src/init.jl
@@ -84,7 +84,7 @@ const mx_set_field = Ref{Ptr{Void}}()
84
const mx_get_field_bynum = Ref{Ptr{Void}}()
85
const mx_get_fieldname = Ref{Ptr{Void}}()
86
87
-const mx_get_string = Ref{Ptr{Void}}(0)
+const mx_get_string = Ref{Ptr{Void}}()
88
89
# load I/O mat functions
90
0 commit comments