]> git.sesse.net Git - vlc/commit
sftp: fix read
authorPetri Hintukainen <phintuka@gmail.com>
Tue, 10 Mar 2015 09:03:23 +0000 (11:03 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 10 Mar 2015 10:21:01 +0000 (11:21 +0100)
commit56d7e5528a8c35bd7d515049e90117d2ff262fcc
tree55e361558fd5601005751e04d20e4f79a9d17ba3
parent0172a96435d206a5a13829e5d629ed524e90bd90
sftp: fix read

libssh2_sftp_read may return less than requested.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/access/sftp.c