Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
f8aa842d
Commit
f8aa842d
authored
Oct 05, 2015
by
Sebastian Lackner
Committed by
Alexandre Julliard
Oct 05, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ws2_32: Fix TRACE and specfile for inet_pton.
Signed-off-by:
Sebastian Lackner
<
sebastian@fds-team.de
>
parent
ac7069e0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
socket.c
dlls/ws2_32/socket.c
+1
-1
ws2_32.spec
dlls/ws2_32/ws2_32.spec
+1
-1
No files found.
dlls/ws2_32/socket.c
View file @
f8aa842d
...
...
@@ -7431,7 +7431,7 @@ INT WINAPI WS_inet_pton( INT family, PCSTR addr, PVOID buffer)
#ifdef HAVE_INET_PTON
int
unixaf
,
ret
;
TRACE
(
"family %d, addr
'%s', buffer (%p)
\n
"
,
family
,
addr
?
addr
:
"(null)"
,
buffer
);
TRACE
(
"family %d, addr
%s, buffer (%p)
\n
"
,
family
,
debugstr_a
(
addr
)
,
buffer
);
if
(
!
addr
||
!
buffer
)
{
...
...
dlls/ws2_32/ws2_32.spec
View file @
f8aa842d
...
...
@@ -121,4 +121,4 @@
@ stdcall getaddrinfo(str str ptr ptr) WS_getaddrinfo
@ stdcall getnameinfo(ptr long ptr long ptr long long) WS_getnameinfo
@ stdcall inet_ntop(long ptr ptr long) WS_inet_ntop
@ stdcall inet_pton(long
p
tr ptr) WS_inet_pton
@ stdcall inet_pton(long
s
tr ptr) WS_inet_pton
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