Skip to content

Commit 354d53f

Browse files
author
Christopher Doris
committed
typo
1 parent e619638 commit 354d53f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JlWrap/io.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function pyjlbinaryio_readinto(io::IO, b::Py)
102102
return PyNULL
103103
end
104104
pydel!(c)
105-
buf = unsafe_load(C.PyMemoryView_GET_BUFFER(m_))
105+
buf = unsafe_load(C.PyMemoryView_GET_BUFFER(m))
106106
if buf.readonly != 0
107107
pydel!(m)
108108
errset(pybuiltins.ValueError, "output buffer is read-only")

0 commit comments

Comments
 (0)