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
0fca0e00
Commit
0fca0e00
authored
Jul 29, 2006
by
Andrew Talbot
Committed by
Alexandre Julliard
Jul 31, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cabinet: Write-strings warning fix.
parent
5d1b0d89
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
cabinet_main.c
dlls/cabinet/cabinet_main.c
+2
-1
No files found.
dlls/cabinet/cabinet_main.c
View file @
0fca0e00
...
@@ -303,6 +303,7 @@ HRESULT WINAPI Extract(EXTRACTdest *dest, LPCSTR szCabName)
...
@@ -303,6 +303,7 @@ HRESULT WINAPI Extract(EXTRACTdest *dest, LPCSTR szCabName)
HRESULT
res
=
S_OK
;
HRESULT
res
=
S_OK
;
HFDI
hfdi
;
HFDI
hfdi
;
ERF
erf
;
ERF
erf
;
static
CHAR
empty
[]
=
""
;
TRACE
(
"(%p, %s)
\n
"
,
dest
,
szCabName
);
TRACE
(
"(%p, %s)
\n
"
,
dest
,
szCabName
);
...
@@ -322,7 +323,7 @@ HRESULT WINAPI Extract(EXTRACTdest *dest, LPCSTR szCabName)
...
@@ -322,7 +323,7 @@ HRESULT WINAPI Extract(EXTRACTdest *dest, LPCSTR szCabName)
if
(
GetFileAttributesA
(
dest
->
directory
)
==
INVALID_FILE_ATTRIBUTES
)
if
(
GetFileAttributesA
(
dest
->
directory
)
==
INVALID_FILE_ATTRIBUTES
)
return
S_OK
;
return
S_OK
;
if
(
!
FDICopy
(
hfdi
,
(
LPSTR
)
szCabName
,
""
,
0
,
if
(
!
FDICopy
(
hfdi
,
(
LPSTR
)
szCabName
,
empty
,
0
,
fdi_notify_extract
,
NULL
,
dest
))
fdi_notify_extract
,
NULL
,
dest
))
res
=
E_FAIL
;
res
=
E_FAIL
;
...
...
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