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
d57c20ac
Commit
d57c20ac
authored
Jan 09, 2006
by
James Hawkins
Committed by
Alexandre Julliard
Jan 09, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cabinet: Store the cab file handle before extracting files so we can
close the cab file even if no files are extracted.
parent
82dc96e5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
fdi.c
dlls/cabinet/fdi.c
+1
-1
No files found.
dlls/cabinet/fdi.c
View file @
d57c20ac
...
...
@@ -2370,6 +2370,7 @@ BOOL __cdecl FDICopy(
CAB
(
setID
)
=
fdici
.
setID
;
CAB
(
iCabinet
)
=
fdici
.
iCabinet
;
CAB
(
cabhf
)
=
cabhf
;
/* read folders */
for
(
i
=
0
;
i
<
fdici
.
cFolders
;
i
++
)
{
...
...
@@ -2554,7 +2555,6 @@ BOOL __cdecl FDICopy(
/* set up decomp_state */
CAB
(
hfdi
)
=
hfdi
;
CAB
(
filehf
)
=
filehf
;
CAB
(
cabhf
)
=
cabhf
;
/* Was there a change of folder? Compression type? Did we somehow go backwards? */
if
((
ct1
!=
ct2
)
||
(
CAB
(
current
)
!=
fol
)
||
(
file
->
offset
<
CAB
(
offset
)))
{
...
...
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