mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-19 21:03:42 -07:00
Don't manually close O2RArchive.
This commit is contained in:
parent
519103434f
commit
c7f91313ff
2 changed files with 1 additions and 2 deletions
|
@ -1 +1 @@
|
|||
Subproject commit f8a4389b0af053faace193dd109aabfb9120f451
|
||||
Subproject commit 5e33d3e7cd0396f847923cd6c471eaf324e90351
|
|
@ -958,7 +958,6 @@ OTRVersion ReadPortVersionFromOTR(std::string otrPath) {
|
|||
version.minor = reader->ReadUInt16();
|
||||
version.patch = reader->ReadUInt16();
|
||||
}
|
||||
archive->Close();
|
||||
}
|
||||
|
||||
return version;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue