diff --git a/libultraship b/libultraship index f8a4389b0..5e33d3e7c 160000 --- a/libultraship +++ b/libultraship @@ -1 +1 @@ -Subproject commit f8a4389b0af053faace193dd109aabfb9120f451 +Subproject commit 5e33d3e7cd0396f847923cd6c471eaf324e90351 diff --git a/soh/soh/OTRGlobals.cpp b/soh/soh/OTRGlobals.cpp index d63422551..30614b2ad 100644 --- a/soh/soh/OTRGlobals.cpp +++ b/soh/soh/OTRGlobals.cpp @@ -958,7 +958,6 @@ OTRVersion ReadPortVersionFromOTR(std::string otrPath) { version.minor = reader->ReadUInt16(); version.patch = reader->ReadUInt16(); } - archive->Close(); } return version;