mirror of
https://github.com/orange-cpp/omath.git
synced 2026-06-10 17:24:35 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5d9dbec5b8 |
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user