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
90c0ffd4
Commit
90c0ffd4
authored
Feb 13, 2007
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Feb 13, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
atl: Fix a comparison between signed and unsigned.
parent
c6c68bf3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
registrar.c
dlls/atl/registrar.c
+1
-1
No files found.
dlls/atl/registrar.c
View file @
90c0ffd4
...
@@ -360,7 +360,7 @@ static HRESULT do_process_root_key(LPCOLESTR data, BOOL do_register)
...
@@ -360,7 +360,7 @@ static HRESULT do_process_root_key(LPCOLESTR data, BOOL do_register)
LPCOLESTR
iter
=
data
;
LPCOLESTR
iter
=
data
;
strbuf
buf
;
strbuf
buf
;
HRESULT
hres
=
S_OK
;
HRESULT
hres
=
S_OK
;
int
i
;
unsigned
int
i
;
strbuf_init
(
&
buf
);
strbuf_init
(
&
buf
);
hres
=
get_word
(
&
iter
,
&
buf
);
hres
=
get_word
(
&
iter
,
&
buf
);
...
...
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