Minor fix in SetupQueueCopySectionW.
This commit is contained in:
parent
5eae73de10
commit
6be20a7c96
|
@ -767,6 +767,7 @@ BOOL WINAPI SetupQueueCopySectionW( HSPFILEQ queue, PCWSTR src_root, HINF hinf,
|
|||
params.SecurityDescriptor = NULL;
|
||||
|
||||
if (!hlist) hlist = hinf;
|
||||
if (!hinf) hinf = hlist;
|
||||
if (!SetupFindFirstLineW( hlist, section, NULL, &context )) return FALSE;
|
||||
if (!(params.TargetDirectory = get_destination_dir( hinf, section ))) return FALSE;
|
||||
do
|
||||
|
|
Loading…
Reference in New Issue