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
5dadca4d
Commit
5dadca4d
authored
Sep 22, 2006
by
James Hawkins
Committed by
Alexandre Julliard
Sep 26, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setupapi: Fix a typo.
parent
9e042653
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
queue.c
dlls/setupapi/queue.c
+2
-1
No files found.
dlls/setupapi/queue.c
View file @
5dadca4d
...
...
@@ -327,6 +327,7 @@ static void get_src_file_info( HINF hinf, struct file_op *op )
}
if
(
!
op
->
src_path
&&
!
(
op
->
style
&
SP_COPY_SOURCE_ABSOLUTE
))
{
len
=
len2
=
0
;
if
(
!
(
op
->
style
&
SP_COPY_SOURCEPATH_ABSOLUTE
))
{
/* retrieve relative path for this disk */
...
...
@@ -345,7 +346,7 @@ static void get_src_file_info( HINF hinf, struct file_op *op )
ptr
=
op
->
src_path
+
strlenW
(
op
->
src_path
);
if
(
len2
&&
ptr
>
op
->
src_path
&&
ptr
[
-
1
]
!=
'\\'
)
*
ptr
++
=
'\\'
;
}
if
(
!
SetupGetStringFieldW
(
&
disk_ctx
,
4
,
ptr
,
len2
,
NULL
))
*
ptr
=
0
;
if
(
!
SetupGetStringFieldW
(
&
file_ctx
,
2
,
ptr
,
len2
,
NULL
))
*
ptr
=
0
;
}
}
if
(
!
op
->
src_root
)
op
->
src_root
=
PARSER_get_src_root
(
hinf
);
...
...
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