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
332733a4
Commit
332733a4
authored
Jun 23, 2008
by
Zac Brown
Committed by
Alexandre Julliard
Jun 25, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Initialize variables in a couple structs.
parent
dd01d39f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
txtrange.c
dlls/mshtml/txtrange.c
+2
-0
No files found.
dlls/mshtml/txtrange.c
View file @
332733a4
...
...
@@ -611,6 +611,7 @@ static WCHAR next_char(const dompos_t *pos, dompos_t *new_pos)
case
TEXT_NODE
:
tmp_pos
.
node
=
iter
;
tmp_pos
.
type
=
TEXT_NODE
;
tmp_pos
.
off
=
0
;
dompos_addref
(
&
tmp_pos
);
p
=
tmp_pos
.
p
;
...
...
@@ -726,6 +727,7 @@ static WCHAR prev_char(HTMLTxtRange *This, const dompos_t *pos, dompos_t *new_po
tmp_pos
.
node
=
iter
;
tmp_pos
.
type
=
TEXT_NODE
;
tmp_pos
.
off
=
0
;
dompos_addref
(
&
tmp_pos
);
p
=
tmp_pos
.
p
+
strlenW
(
tmp_pos
.
p
)
-
1
;
...
...
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