mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
[USETUP] CabinetExtractFile(): Do not overwrite Status value (#7456)
Addendum to 5d4d912
(r15403).
This commit is contained in:
parent
52192f19d6
commit
54433319af
|
@ -1260,6 +1260,7 @@ CabinetExtractFile(
|
|||
DPRINT("Cannot uncompress block\n");
|
||||
if (Status == CS_NOMEMORY)
|
||||
Status = CAB_STATUS_NOMEMORY;
|
||||
else
|
||||
Status = CAB_STATUS_INVALID_CAB;
|
||||
goto UnmapDestFile;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue