ssh2.cr
ssh2.cr copied to clipboard
Removed broken check_error on libssh2_sftp_seek64
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.