wininet: FTP_FtpRenameFileW expects a LPWININETFTPSESSIONW.

This commit is contained in:
Paul Vriens 2006-07-19 12:06:07 +02:00 committed by Alexandre Julliard
parent ead21189c2
commit 5ede40ab5d
1 changed files with 1 additions and 1 deletions

View File

@ -1566,7 +1566,7 @@ BOOL WINAPI FtpRenameFileW(HINTERNET hFtpSession, LPCWSTR lpszSrc, LPCWSTR lpszD
}
else
{
r = FTP_FtpRenameFileW(hFtpSession, lpszSrc, lpszDest);
r = FTP_FtpRenameFileW(lpwfs, lpszSrc, lpszDest);
}
lend: