Clang Tidy Fix

This commit is contained in:
ahm3dgg
2026-01-09 05:45:47 +02:00
parent 80fc959221
commit ee051fad92

View File

@@ -144,7 +144,8 @@ namespace syscalls
section_handle.write(c.proc.sections.store(knowndll_section));
return STATUS_SUCCESS;
}
else if (attributes.RootDirectory == KNOWN_DLLS32_DIRECTORY || filename.starts_with(u"\\knowndlls32\\"))
if (attributes.RootDirectory == KNOWN_DLLS32_DIRECTORY || filename.starts_with(u"\\knowndlls32\\"))
{
auto& knowndlls_sections = c.win_emu.process.knowndlls32_sections;