Add 9 characters to switch to next dependency as it was increased in 4a67bc1230
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 30s
Builds / ExectOS (i686) (push) Successful in 29s

This commit is contained in:
Rafal Kupiec 2024-01-28 15:22:26 +01:00
parent 3c0a43d55a
commit d6b207052b
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -260,7 +260,7 @@ BlLoadModule(IN PWCHAR ModuleName)
} }
/* Get next dependency module name */ /* Get next dependency module name */
DepsData += 8; DepsData += 9;
} }
} }
else if(RtlCompareString((PCHAR)SectionHeader[SectionIndex].Name, ".modinfo", 8) == 0) else if(RtlCompareString((PCHAR)SectionHeader[SectionIndex].Name, ".modinfo", 8) == 0)