We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 804f07c commit 5796b8aCopy full SHA for 5796b8a
1 file changed
src/REL/IDDB.cpp
@@ -178,7 +178,7 @@ namespace REL
178
return;
179
}
180
181
- STREAM stream(m_path, std::ios::in | std::ios::binary);
+ STREAM stream(m_path, std::ios::in | std::ios::binary);
182
const auto format = stream.readout<std::uint32_t>();
183
if (format < 1 || (format > 2 && format < 5) || format > 5)
184
REX::FAIL("Unsupported Address Library format: {}", format);
0 commit comments