ssh2.cr icon indicating copy to clipboard operation
ssh2.cr copied to clipboard

Removed broken check_error on libssh2_sftp_seek64

Open sourgrasses opened this issue 7 years ago • 0 comments

Since lissh2_sftp_seek64 returns void/nil, it can't be compared in check_error, and it should catch the error when you try to read from or write to the handle anyway.

sourgrasses avatar Sep 07 '18 23:09 sourgrasses