Minor fix in SetupQueueCopySectionW.

This commit is contained in:
Ivan Leo Puoti 2005-05-16 08:49:51 +00:00 committed by Alexandre Julliard
parent 5eae73de10
commit 6be20a7c96
1 changed files with 1 additions and 0 deletions

View File

@ -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