mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-04 17:15:23 -06:00
Core/SSH: Fixed to compile
git-svn-id: svn://ultimatepp.org/upp/trunk@12156 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
25dc7f451e
commit
807e95ce11
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@ bool SFtp::SaveFile(const char *path, Stream& in)
|
|||
void SFtp::LoadFile(Stream& out, const char *path)
|
||||
{
|
||||
SFtpFileIn in(*this, path);
|
||||
return CopyStream(in, out) >= 0;
|
||||
CopyStream(in, out) >= 0;
|
||||
}
|
||||
|
||||
bool SFtp::Get(SFtpHandle handle, Stream& out)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue