Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
26b38dc5
Commit
26b38dc5
authored
Mar 24, 2008
by
Hans Leidekker
Committed by
Alexandre Julliard
Mar 25, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wininet: Avoid a crash with traces on.
parent
af4c428a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
ftp.c
dlls/wininet/ftp.c
+1
-3
ftp.c
dlls/wininet/tests/ftp.c
+0
-1
No files found.
dlls/wininet/ftp.c
View file @
26b38dc5
...
...
@@ -937,7 +937,7 @@ BOOL WINAPI FtpGetCurrentDirectoryW(HINTERNET hFtpSession, LPWSTR lpszCurrentDir
LPWININETAPPINFOW
hIC
=
NULL
;
BOOL
r
=
FALSE
;
TRACE
(
"
len(%d)
\n
"
,
*
lpdwCurrentDirectory
);
TRACE
(
"
%p %p %p
\n
"
,
hFtpSession
,
lpszCurrentDirectory
,
lpdwCurrentDirectory
);
lpwfs
=
(
LPWININETFTPSESSIONW
)
WININET_GetObject
(
hFtpSession
);
if
(
NULL
==
lpwfs
)
...
...
@@ -1015,8 +1015,6 @@ static BOOL FTP_FtpGetCurrentDirectoryW(LPWININETFTPSESSIONW lpwfs, LPWSTR lpszC
LPWININETAPPINFOW
hIC
=
NULL
;
DWORD
bSuccess
=
FALSE
;
TRACE
(
"len(%d)
\n
"
,
*
lpdwCurrentDirectory
);
/* Clear any error information */
INTERNET_SetLastError
(
0
);
...
...
dlls/wininet/tests/ftp.c
View file @
26b38dc5
...
...
@@ -26,7 +26,6 @@
* Add W-function tests.
* Add missing function tests:
* FtpFindFirstFile
* FtpGetCurrentDirectory
* FtpGetFileSize
* FtpSetCurrentDirectory
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment