diff options
author | B. Stack <bgstack15@gmail.com> | 2022-01-04 16:21:19 +0000 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-01-04 16:21:19 +0000 |
commit | 2c8ae2c99308b4f0bf2bb08161829efee43e31ca (patch) | |
tree | b8252ff8a09d9143ed2dc299d082f9d86535c1a2 /libssh2 | |
parent | Merge branch 'b11.15' into 'master' (diff) | |
parent | add upstream 11.16 (diff) | |
download | FreeFileSync-11.16.tar.gz FreeFileSync-11.16.tar.bz2 FreeFileSync-11.16.zip |
Merge branch 'b11.16' into 'master'11.16
add upstream 11.16
See merge request opensource-tracking/FreeFileSync!40
Diffstat (limited to 'libssh2')
-rw-r--r-- | libssh2/libssh2_wrap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh2/libssh2_wrap.h b/libssh2/libssh2_wrap.h index 1b16bad2..d4365538 100644 --- a/libssh2/libssh2_wrap.h +++ b/libssh2/libssh2_wrap.h @@ -112,7 +112,7 @@ inline int libssh2_sftp_rename(LIBSSH2_SFTP* sftp, const std::string& pathFrom, { return libssh2_sftp_rename_ex(sftp, pathFrom.c_str(), static_cast<unsigned int>(pathFrom.size()), - pathTo.c_str(), static_cast<unsigned int>(pathTo.size()), flags); + pathTo .c_str(), static_cast<unsigned int>(pathTo.size()), flags); } |