diff --git a/uppsrc/Core/SSH/SFtp.cpp b/uppsrc/Core/SSH/SFtp.cpp index e5f39bc88..9ed82c7f0 100644 --- a/uppsrc/Core/SSH/SFtp.cpp +++ b/uppsrc/Core/SSH/SFtp.cpp @@ -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)