mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 17:12:50 +00:00
[CABMAN]
In any case, we are returning the (!= success) status in case we failed to perform the file copy, so just test for != success just one time. Patch by Victor Martinez. CORE-8189 #resolve svn path=/trunk/; revision=63206
This commit is contained in:
parent
c86f110ca5
commit
7090d796f6
1 changed files with 1 additions and 3 deletions
|
@ -361,10 +361,8 @@ ULONG CDFParser::Parse()
|
||||||
{
|
{
|
||||||
printf("ERROR: Directive file contains errors at line %u.\n", (UINT)CurrentLine);
|
printf("ERROR: Directive file contains errors at line %u.\n", (UINT)CurrentLine);
|
||||||
DPRINT(MID_TRACE, ("Error while copying file.\n"));
|
DPRINT(MID_TRACE, ("Error while copying file.\n"));
|
||||||
}
|
|
||||||
|
|
||||||
if (Status != CAB_STATUS_SUCCESS)
|
|
||||||
return Status;
|
return Status;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue