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
5742b332
Commit
5742b332
authored
Oct 11, 2006
by
Mike McCormack
Committed by
Alexandre Julliard
Oct 12, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msi: An empty string table entry should always have a zero refcount.
parent
732e0e90
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
table.c
dlls/msi/table.c
+4
-1
No files found.
dlls/msi/table.c
View file @
5742b332
...
@@ -804,7 +804,10 @@ static UINT save_string_table( MSIDATABASE *db )
...
@@ -804,7 +804,10 @@ static UINT save_string_table( MSIDATABASE *db )
if
(
sz
&&
(
sz
<
(
datasize
-
used
)
)
)
if
(
sz
&&
(
sz
<
(
datasize
-
used
)
)
)
sz
--
;
sz
--
;
pool
[
n
*
2
+
1
]
=
msi_id_refcount
(
db
->
strings
,
i
);
if
(
sz
)
pool
[
n
*
2
+
1
]
=
msi_id_refcount
(
db
->
strings
,
i
);
else
pool
[
n
*
2
+
1
]
=
0
;
if
(
sz
<
0x10000
)
if
(
sz
<
0x10000
)
{
{
pool
[
n
*
2
]
=
sz
;
pool
[
n
*
2
]
=
sz
;
...
...
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