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
8d7bbd18
Commit
8d7bbd18
authored
Oct 05, 2006
by
Mike McCormack
Committed by
Alexandre Julliard
Oct 05, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msi: Remove an unused variable.
parent
f1d4646a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
table.c
dlls/msi/table.c
+1
-3
No files found.
dlls/msi/table.c
View file @
8d7bbd18
...
...
@@ -1950,7 +1950,7 @@ UINT msi_table_apply_transform( MSIDATABASE *db, IStorage *stg )
IEnumSTATSTG
*
stgenum
=
NULL
;
HRESULT
r
;
STATSTG
stat
;
ULONG
n
,
count
;
ULONG
count
;
WCHAR
name
[
0x40
];
string_table
*
strings
;
UINT
ret
=
ERROR_FUNCTION_FAILED
;
...
...
@@ -1965,7 +1965,6 @@ UINT msi_table_apply_transform( MSIDATABASE *db, IStorage *stg )
if
(
FAILED
(
r
)
)
goto
end
;
n
=
0
;
ret
=
ERROR_SUCCESS
;
while
(
r
==
ERROR_SUCCESS
)
...
...
@@ -1979,7 +1978,6 @@ UINT msi_table_apply_transform( MSIDATABASE *db, IStorage *stg )
ret
=
msi_table_load_transform
(
db
,
stg
,
strings
,
name
+
1
);
else
TRACE
(
"transform contains stream %s
\n
"
,
debugstr_w
(
name
));
n
++
;
}
if
(
ret
==
ERROR_SUCCESS
)
...
...
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