mirror of
https://github.com/orange-cpp/omath.git
synced 2026-06-10 17:24:35 +00:00
reverted fix
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user