mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 13:15:04 -06:00
9.18
This commit is contained in:
committed by
Kornel Lesiński
parent
2eb60a0598
commit
c65230d858
@@ -228,6 +228,15 @@ HRESULT DecompressArchives(
|
||||
}
|
||||
#endif
|
||||
|
||||
for (int v = 0; v < archiveLink.Arcs.Size(); v++)
|
||||
{
|
||||
const UString &s = archiveLink.Arcs[v].ErrorMessage;
|
||||
if (!s.IsEmpty())
|
||||
{
|
||||
RINOK(extractCallback->MessageError(s));
|
||||
}
|
||||
}
|
||||
|
||||
CArc &arc = archiveLink.Arcs.Back();
|
||||
arc.MTimeDefined = (!options.StdInMode && !fi.IsDevice);
|
||||
arc.MTime = fi.MTime;
|
||||
|
||||
Reference in New Issue
Block a user