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
0cd53a58
Commit
0cd53a58
authored
May 05, 2011
by
Marcus Meissner
Committed by
Alexandre Julliard
May 06, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
riched20: Use correct flag name (Coverity).
parent
2ae0d40c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
table.c
dlls/riched20/table.c
+1
-1
No files found.
dlls/riched20/table.c
View file @
0cd53a58
...
@@ -247,7 +247,7 @@ void ME_CheckTablesForCorruption(ME_TextEditor *editor)
...
@@ -247,7 +247,7 @@ void ME_CheckTablesForCorruption(ME_TextEditor *editor)
{
{
assert
(
!
(
p
->
member
.
para
.
nFlags
&
(
MEPF_ROWSTART
|
MEPF_ROWEND
|
MEPF_CELL
)));
assert
(
!
(
p
->
member
.
para
.
nFlags
&
(
MEPF_ROWSTART
|
MEPF_ROWEND
|
MEPF_CELL
)));
assert
(
p
->
member
.
para
.
pFmt
->
dwMask
&
PFM_TABLE
);
assert
(
p
->
member
.
para
.
pFmt
->
dwMask
&
PFM_TABLE
);
assert
(
!
(
p
->
member
.
para
.
pFmt
->
wEffects
&
PF
M
_TABLEROWDELIMITER
));
assert
(
!
(
p
->
member
.
para
.
pFmt
->
wEffects
&
PF
E
_TABLEROWDELIMITER
));
assert
(
!
p
->
member
.
para
.
pCell
);
assert
(
!
p
->
member
.
para
.
pCell
);
p
=
p
->
member
.
para
.
next_para
;
p
=
p
->
member
.
para
.
next_para
;
}
}
...
...
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