reverted fix

This commit is contained in:
2026-06-10 15:22:17 +03:00
parent a2c9084e5f
commit 5d9dbec5b8
+1 -1
View File
@@ -474,7 +474,7 @@ namespace omath
{
const auto* section = section_table + i;
if (std::string_view{section->name, sizeof(section->name)} != target_section_name
if (std::string_view{section->name} != target_section_name
|| section->size_raw_data == 0)
continue;