Compare commits

..

1 Commits

Author SHA1 Message Date
orange 5d9dbec5b8 reverted fix 2026-06-10 15:22:31 +03:00
+1 -1
View File
@@ -474,7 +474,7 @@ namespace omath
{ {
const auto* section = section_table + i; 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) || section->size_raw_data == 0)
continue; continue;