[ARC] Declare archive as opened.

This commit is contained in:
2025-09-05 03:08:10 +01:00
parent 527d6fc743
commit 7c99799a15

View File

@@ -209,6 +209,8 @@ public sealed partial class Arc
_stream.Position += header.compressed;
}
Opened = true;
return ErrorNumber.NoError;
}