mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[ARC] Declare archive as opened.
This commit is contained in:
@@ -209,6 +209,8 @@ public sealed partial class Arc
|
|||||||
_stream.Position += header.compressed;
|
_stream.Position += header.compressed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Opened = true;
|
||||||
|
|
||||||
return ErrorNumber.NoError;
|
return ErrorNumber.NoError;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user