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
dfa7c7e8
Commit
dfa7c7e8
authored
Sep 07, 2010
by
Thomas Mullaly
Committed by
Alexandre Julliard
Sep 09, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
urlmon: Fixed bug in IUriBuilder_GetUserName.
parent
d94d32dd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
uri.c
dlls/urlmon/uri.c
+1
-2
No files found.
dlls/urlmon/uri.c
View file @
dfa7c7e8
...
...
@@ -4605,8 +4605,7 @@ static HRESULT WINAPI UriBuilder_GetUserName(IUriBuilder *iface, DWORD *pcchUser
UriBuilder
*
This
=
URIBUILDER_THIS
(
iface
);
TRACE
(
"(%p)->(%p %p)
\n
"
,
This
,
pcchUserName
,
ppwzUserName
);
if
(
!
This
->
uri
||
This
->
uri
->
userinfo_start
==
-
1
||
This
->
uri
->
userinfo_start
==
This
->
uri
->
userinfo_split
||
if
(
!
This
->
uri
||
This
->
uri
->
userinfo_start
==
-
1
||
This
->
uri
->
userinfo_split
==
0
||
This
->
modified_props
&
Uri_HAS_USER_NAME
)
return
get_builder_component
(
&
This
->
username
,
&
This
->
username_len
,
NULL
,
0
,
ppwzUserName
,
pcchUserName
);
else
{
...
...
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