[wininet] FTP_FtpDeleteFileW expects a LPWININETFTPSESSIONW

Paul Vriens Paul.Vriens at xs4all.nl
Wed Jul 19 15:33:17 CDT 2006


Hi,

some tests (in the making) crash because of this.

Changelog
  FTP_FtpDeleteFileW expects a LPWININETFTPSESSIONW

Cheers,

Paul.
---
 dlls/wininet/ftp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/wininet/ftp.c b/dlls/wininet/ftp.c
index c2061fb..62f60c1 100644
--- a/dlls/wininet/ftp.c
+++ b/dlls/wininet/ftp.c
@@ -1323,7 +1323,7 @@ BOOL WINAPI FtpDeleteFileW(HINTERNET hFt
     }
     else
     {
-        r = FTP_FtpDeleteFileW(hFtpSession, lpszFileName);
+        r = FTP_FtpDeleteFileW(lpwfs, lpszFileName);
     }
 
 lend:
-- 
1.4.1




More information about the wine-patches mailing list