mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +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:
@@ -361,10 +361,8 @@ ULONG CDFParser::Parse()
|
||||
{
|
||||
printf("ERROR: Directive file contains errors at line %u.\n", (UINT)CurrentLine);
|
||||
DPRINT(MID_TRACE, ("Error while copying file.\n"));
|
||||
}
|
||||
|
||||
if (Status != CAB_STATUS_SUCCESS)
|
||||
return Status;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user