Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
malmaud committed Aug 31, 2015
1 parent c6bc54f commit 4a4c6ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GnuTLS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ end

function write_ptr(strm_ref,ptr::Ptr{Uint8},size::Csize_t)
io = unsafe_pointer_to_objref(strm_ref)
@show io, ptr, size
ret = convert(Cssize_t, Base.write(io, ptr, size))
ret::Cssize_t
end
Expand Down

0 comments on commit 4a4c6ed

Please sign in to comment.