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
78f41aea
Commit
78f41aea
authored
Mar 11, 2002
by
Mehmet Yasar
Committed by
Alexandre Julliard
Mar 11, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prevent setup from crashing if a section in the INF is empty (no
entries) (this happens when installing IE5).
parent
ae3d4261
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
setupx_main.c
dlls/setupapi/setupx_main.c
+1
-0
No files found.
dlls/setupapi/setupx_main.c
View file @
78f41aea
...
...
@@ -1133,6 +1133,7 @@ static BOOL SETUPX_CopyFiles(LPSTR *pSub, HINF16 hInf)
/* entry wasn't a single file, so let's iterate over section */
pFileEntries
=
SETUPX_GetSectionEntries
(
filename
,
pCopyEntry
);
if
(
pFileEntries
==
NULL
)
continue
;
for
(
p
=
pFileEntries
;
*
p
;
p
+=
strlen
(
p
)
+
1
)
{
pSubFile
=
SETUPX_GetSubStrings
(
p
,
','
);
...
...
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